From 1c71bd1ff549737663ddf84e33276ddf8e926b39 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 23 Aug 2019 09:16:31 -0700 Subject: Ensure proper nesting when we have long ordered list markers. Closes #5705. --- test/command/5705.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/5705.md (limited to 'test/command') 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 +``` + -- cgit v1.2.3