aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3487.md13
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
+
+
+```