summaryrefslogtreecommitdiff
path: root/test/command/3512.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3512.md')
-rw-r--r--test/command/3512.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3512.md b/test/command/3512.md
new file mode 100644
index 000000000..cf8c72e58
--- /dev/null
+++ b/test/command/3512.md
@@ -0,0 +1,13 @@
+```
+% pandoc -f markdown-auto_identifiers
+#hi
+^D
+<p>#hi</p>
+```
+
+```
+% pandoc -f markdown-auto_identifiers-space_in_atx_header
+#hi
+^D
+<h1>hi</h1>
+```