aboutsummaryrefslogtreecommitdiff
path: root/test/command/5705.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-08-23 09:16:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-23 09:16:54 -0700
commit1c71bd1ff549737663ddf84e33276ddf8e926b39 (patch)
treec1e349ed420025c894da341ed9f7be7ca5ac9357 /test/command/5705.md
parent9b5082b086359a63b92bdb40166fa59dea27afe1 (diff)
downloadpandoc-1c71bd1ff549737663ddf84e33276ddf8e926b39.tar.gz
Ensure proper nesting when we have long ordered list markers.
Closes #5705.
Diffstat (limited to 'test/command/5705.md')
-rw-r--r--test/command/5705.md11
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
+```
+