diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-04-13 14:37:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-04-13 14:37:28 -0700 |
commit | 857fcff7d61100e0ce0872b7e2318c3ad0f9e2fb (patch) | |
tree | 55f1a3011480cf7f69c4cb909eb6a57fee78aeba /tests/writer.docbook | |
parent | 86b4da9dec0f42f2571bb249a082f9ac41fe568d (diff) | |
parent | f22ce4ff283ac48a50d999ee5fad56ac1e4d1dce (diff) | |
download | pandoc-857fcff7d61100e0ce0872b7e2318c3ad0f9e2fb.tar.gz |
Merge pull request #1240 from neilmayhew/master
Docbook output of Line Blocks
Diffstat (limited to 'tests/writer.docbook')
-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> |