diff options
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 869d720..ee99271 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -429,8 +429,11 @@ This line separated by comment. * square two [circle] -* circle one -* circle two +* circles +** all +*** the +**** way +***** down [disc] * disc one @@ -452,6 +455,17 @@ This line separated by comment. * what one * what two +With mixed marker, + +[square] +* square l1 +** square l2 +[circle] +*** circle l3 +**** circle l4 +* circle l1 + + === Checklist * [*] checked |
