diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 16:19:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-11 16:19:12 -0700 |
commit | f7c0d2fb3f9ba8ac6c20ea03a2dbe0709c0d026f (patch) | |
tree | 4cd7c43138905d9d23d0ac048e41957545ece63c /test | |
parent | bb68c183b38542b9acf1090a1ceaa84455aedc4b (diff) | |
download | pandoc-f7c0d2fb3f9ba8ac6c20ea03a2dbe0709c0d026f.tar.gz |
JATS writer: don't use break element for LineBreak.
It's only allowed in a few special contexts, and not in
p elements.
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.jats | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/writer.jats b/test/writer.jats index ae24f3e50..ba5736cdd 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -68,7 +68,8 @@ Gruber’s markdown test suite.</p> item. Because a hard-wrapped line in the middle of a paragraph looked like a list item.</p> <p>Here’s one with a bullet. * criminey.</p> - <p>There should be a hard line break<break />here.</p> + <p>There should be a hard line break + here.</p> </sec> <sec id="block-quotes"> <title>Block Quotes</title> |