diff options
author | Neil Mayhew <neiljhmayhew@gmail.com> | 2014-03-06 07:31:49 -0700 |
---|---|---|
committer | Neil Mayhew <neiljhmayhew@gmail.com> | 2014-04-12 09:16:07 -0600 |
commit | 464d7a8e49b81a0c883b8c4a9bfd5d26cdfb38ba (patch) | |
tree | 5f571276ab3d13767f11ea14e531d355c8b599ff /tests | |
parent | 8bc09ce6c7ae118318241b0b0a31c946534259c6 (diff) | |
download | pandoc-464d7a8e49b81a0c883b8c4a9bfd5d26cdfb38ba.tar.gz |
Improve handling of hard line breaks in Docbook writer
* Use a <literallayout> for the entire paragraph, not just for the
newline character
* Don't let LineBreaks inside footnotes influence the enclosing
paragraph
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.docbook | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index d4b3c7efd..9cb9a5359 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -68,10 +68,8 @@ <para> Here’s one with a bullet. * criminey. </para> - <para> - There should be a hard line break<literallayout> -</literallayout>here. - </para> +<literallayout>There should be a hard line break +here.</literallayout> </sect1> <sect1 id="block-quotes"> <title>Block Quotes</title> |