diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-11 01:24:15 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-11 01:24:15 +0000 |
commit | 8ed710bc9d771a25e73be2582b379485a3e240dc (patch) | |
tree | eb086d34e2863a3af8e0dfa42f05290c83992cdb /tests/writer.docbook | |
parent | 275f9dc94c1ff15e2fafae9e3b5fe7bab2d9c88f (diff) | |
download | pandoc-8ed710bc9d771a25e73be2582b379485a3e240dc.tar.gz |
Treat '\ ' in (extended) markdown as nonbreaking space.
Print nonbreaking space appropriately in each writer (e.g. ~ in LaTeX).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1297 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index d4a48cb8b..ad774f685 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -795,11 +795,12 @@ These should not be escaped: \$ \\ \> \[ \{ <para> Superscripts: a<superscript>bc</superscript>d a<superscript><emphasis>hello</emphasis></superscript> - a<superscript>hello there</superscript>. + a<superscript>hello there</superscript>. </para> <para> Subscripts: H<subscript>2</subscript>O, - H<subscript>23</subscript>O, H<subscript>many of them</subscript>O. + H<subscript>23</subscript>O, + H<subscript>many of them</subscript>O. </para> <para> These should not be superscripts or subscripts, because of the |