aboutsummaryrefslogtreecommitdiff
path: root/test/command/5705.md
diff options
context:
space:
mode:
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
+```
+