summaryrefslogtreecommitdiff
path: root/test/command/3730.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3730.md')
-rw-r--r--test/command/3730.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/3730.md b/test/command/3730.md
new file mode 100644
index 000000000..fbc06cbce
--- /dev/null
+++ b/test/command/3730.md
@@ -0,0 +1,21 @@
+````
+% pandoc
+nice line\
+```
+code
+```
+^D
+<p>nice line<br />
+</p>
+<pre><code>code</code></pre>
+````
+
+```
+% pandoc
+# hi\
+there
+^D
+<h1 id="hi">hi<br />
+</h1>
+<p>there</p>
+```