diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/5107.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/command/5107.md b/test/command/5107.md new file mode 100644 index 000000000..89f3e7a05 --- /dev/null +++ b/test/command/5107.md @@ -0,0 +1,25 @@ +``` +% pandoc -f muse -t dokuwiki + - foo + 1. bar + - baz +^D + * foo + - bar + * baz + + +``` +``` +% pandoc -f muse -t dokuwiki + - foo + 1. bar + 2. baz +^D + * foo + - bar + - baz + + +``` + |