diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/4454.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/4454.md b/test/command/4454.md new file mode 100644 index 000000000..db0b0a406 --- /dev/null +++ b/test/command/4454.md @@ -0,0 +1,9 @@ +``` +% pandoc -f rst -t native +• a +• b +^D +[BulletList + [[Plain [Str "a"]] + ,[Plain [Str "b"]]]] +``` |