From dd07d8002fb01b7e4c4987dc78ff74b886fb4539 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 1 Oct 2022 17:46:13 -0700 Subject: JATS writer: use `` for LineBreak... in the limited contexts that accept it. Closes #8344. --- test/command/8344.md | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 test/command/8344.md (limited to 'test/command') diff --git a/test/command/8344.md b/test/command/8344.md new file mode 100644 index 000000000..c95c75aab --- /dev/null +++ b/test/command/8344.md @@ -0,0 +1,90 @@ +``` +% pandoc -t jats -s +--- +title: |- + My\ + document +... + +# Section\ +with line break + +Paragraph\ +with line break + +-------- +A B +--- --- +1\ 3 +2 4 + +*1\ 5\ +2* 6 + + 7 +-------- + +^D + + +
+ + + + + + + + + + + + +Mydocument + + + + + + + + Section<break/> +

with line break

+

Paragraph + with line break

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
AB
123 4
1 + 256
7
+
+
+ + + +
+``` -- cgit v1.2.3