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