aboutsummaryrefslogtreecommitdiff
path: root/test/command/7521.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7521.md')
-rw-r--r--test/command/7521.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/7521.md b/test/command/7521.md
new file mode 100644
index 000000000..4a24f13e1
--- /dev/null
+++ b/test/command/7521.md
@@ -0,0 +1,11 @@
+```
+% pandoc --strip-comments
+- one
+ <!-- with comm -->
+- two
+^D
+<ul>
+<li>one </li>
+<li>two</li>
+</ul>
+```