From 8ed710bc9d771a25e73be2582b379485a3e240dc Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 11 Jul 2008 01:24:15 +0000 Subject: 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 --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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 '\ ' or '\ '. + Subscripts and superscripts --------------------------- -- cgit v1.2.3