panache 2.32.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
---
title: Fancy Lists Test
---

## Lowercase Alphabetic Lists

a. First item
b. Second item
c. Third item

Different delimiter styles:

a) Using right paren
b) Second item
c) Third item

(a) Using parens
(b) Second item
(c) Third item

## Uppercase Alphabetic Lists

A.  First item (note: two spaces required)
B.  Second item
C.  Third item

A) Right paren style
B) Second item
C) Third item

(A) Parens style
(B) Second item
(C) Third item

## Lowercase Roman Numerals

  i. First item
 ii. Second item
iii. Third item
 iv. Fourth item
  v. Fifth item

  i) Right paren style
 ii) Second item
iii) Third item

  (i) Parens style
 (ii) Second item
(iii) Third item

## Uppercase Roman Numerals

  I.  First item
 II. Second item
III. Third item
 IV. Fourth item
  V.  Fifth item
 VI. Sixth item
VII. Seventh item

  I) Right paren style
 II) Second item
III) Third item

  (I) Parens style
 (II) Second item
(III) Third item

## Complex Roman Numerals

  iv. Starting at four
   v. Five
  vi. Six
 vii. Seven
viii. Eight
  ix. Nine
   x. Ten

## Mixed Content with Fancy Lists

Some text before the list.

  i. First roman numeral item
 ii. Second item with **bold** text
iii. Third item with `code`

More text after.

Should not be a list item:

M.A. 2007

B. Williams

## Complex

(2) begins with 2
(3) and now 3

    with a continuation

    iv. sublist with roman numerals, starting with 4
     v. more items
        (A) a subsublist
        (B) a subsublist