summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8028.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/8028.md b/test/command/8028.md
new file mode 100644
index 000000000..325e93b64
--- /dev/null
+++ b/test/command/8028.md
@@ -0,0 +1,10 @@
+```
+% pandoc
+foo^[a note
+
+with multiple paragraphs]
+^D
+<p>foo^[a note</p>
+<p>with multiple paragraphs]</p>
+
+```