diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/3487.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3487.md b/test/command/3487.md new file mode 100644 index 000000000..2f3e2f24a --- /dev/null +++ b/test/command/3487.md @@ -0,0 +1,13 @@ +``` +% pandoc -f html -t markdown +Some text +<ul> +<li>element</li> +</ul> +^D +Some text + +- element + + +``` |