diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5705.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/5705.md b/test/command/5705.md new file mode 100644 index 000000000..589910669 --- /dev/null +++ b/test/command/5705.md @@ -0,0 +1,11 @@ +``` +% pandoc -f native -t markdown +[OrderedList (8,UpperRoman,Period) + [[Plain [Str "Blah"] + ,BulletList + [[Plain [Str "Blah"]]]]]] +^D +VIII. Blah + - Blah +``` + |