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 --- tests/writer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/writer.html') diff --git a/tests/writer.html b/tests/writer.html index 3ed9884ad..49bf3a691 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -678,7 +678,7 @@ Blah >hello ahello therehello there.

Subscripts: HO, H23O, Hmany of themmany of themO.

These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d.