summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-02-26 11:37:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-02-26 11:37:46 -0800
commit7f6021d7b2b01a33701eb4e255f1bf40a71b8ef8 (patch)
tree9fd25a93c34276f3d213f101d781a3d62f44eb27 /test/command
parent5375bd1446fbc289e4a846963030bc679613fcc1 (diff)
Markdown writer: don't produce redundant header identifier...
when the `gfm_auto_identifiers` extension is set. Closes #7941.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/7941.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/7941.md b/test/command/7941.md
new file mode 100644
index 000000000..d68f04085
--- /dev/null
+++ b/test/command/7941.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f commonmark_x -t commonmark_x
+# Class setup
+^D
+# Class setup
+```