aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/5714.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/5714.md b/test/command/5714.md
new file mode 100644
index 000000000..48e25c1a2
--- /dev/null
+++ b/test/command/5714.md
@@ -0,0 +1,13 @@
+```
+% pandoc -t native
+# hi _a
+b_
+
+# hi _c
+c
+^D
+[Header 1 ("hi-_a",[],[]) [Str "hi",Space,Str "_a"]
+,Para [Str "b_"]
+,Header 1 ("hi-_c",[],[]) [Str "hi",Space,Str "_c"]
+,Para [Str "c"]]
+```