From 7f6021d7b2b01a33701eb4e255f1bf40a71b8ef8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 26 Feb 2022 11:37:46 -0800 Subject: Markdown writer: don't produce redundant header identifier... when the `gfm_auto_identifiers` extension is set. Closes #7941. --- test/command/7941.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/7941.md (limited to 'test/command') 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 +``` -- cgit v1.2.3