summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-11 01:24:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-11 01:24:15 +0000
commit8ed710bc9d771a25e73be2582b379485a3e240dc (patch)
treeeb086d34e2863a3af8e0dfa42f05290c83992cdb /README
parent275f9dc94c1ff15e2fafae9e3b5fe7bab2d9c88f (diff)
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 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 43a8deff9..43ecaeb6a 100644
--- a/README
+++ b/README
@@ -435,6 +435,9 @@ which allows only the following characters to be backslash-escaped:
\`*_{}[]()>#+-.!
+A backslash-escaped space is parsed as a nonbreaking space. It will
+appear in TeX output as '~' and in HTML and XML as '\&#160;' or '\&nbsp;'.
+
Subscripts and superscripts
---------------------------