aboutsummaryrefslogtreecommitdiff
path: root/test/command/7726.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7726.md')
-rw-r--r--test/command/7726.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/command/7726.md b/test/command/7726.md
new file mode 100644
index 000000000..bab11ca04
--- /dev/null
+++ b/test/command/7726.md
@@ -0,0 +1,22 @@
+```
+% pandoc -t markdown
+\# Hi
+
+\## Hi
+
+\### Hi
+
+\#### hi
+
+and #hi
+^D
+\# Hi
+
+\## Hi
+
+\### Hi
+
+\#### hi
+
+and #hi
+```