From 0d72237e274fcb054459f547b6a9e3c206f92c39 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Jul 2019 13:14:37 -0700 Subject: Dokuwiki writer: handle mixed lists without HTML fallback. Closes #5107. --- test/command/5107.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/command/5107.md (limited to 'test/command/5107.md') 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 + + +``` + -- cgit v1.2.3