aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-11 11:30:38 +0100
committerJohn MacFarlane <[email protected]>2025-12-11 11:30:38 +0100
commit1f76d3f1547c410d06db68007dd5aead8e75834d (patch)
tree2db3b1ff560e4b3d01ada9d540320f049c4bdebb /test
parent6d745e52767d1a1595d19b1950f41f4eaef5145f (diff)
Markdown writer: use setext for headers containing line breaks...
...for commonmark. Closes #11341.
Diffstat (limited to 'test')
-rw-r--r--test/command/11341.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/11341.md b/test/command/11341.md
new file mode 100644
index 000000000..c04c2f334
--- /dev/null
+++ b/test/command/11341.md
@@ -0,0 +1,9 @@
+```
+% pandoc -t commonmark -f html
+<h1>The Hobbit<br>or<br>There and Back Again</h1>
+^D
+The Hobbit\
+or\
+There and Back Again
+====================
+```