From 57df7f5eb6c7d9e258ffc017380efd3b3422add9 Mon Sep 17 00:00:00 2001
From: fiddlosopher
Date: Sun, 27 Jul 2008 03:54:07 +0000
Subject: HTML writer: override Text.XHtml's stringToHtml function, so that
characters below 0xff are not converted to numerical entity references. Also
convert '\160' to " ". This should aid readability and editability of
the HTML source. It does presuppose that the HTML will be served as UTF-8.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1338 788f1e2b-df1e-0410-8736-df70ead52e1b
---
tests/writer.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'tests')
diff --git a/tests/writer.html b/tests/writer.html
index 4a7c384ee..8a4f62fee 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -412,7 +412,7 @@ These should not be escaped: \$ \\ \> \[ \{
>Should not be a list item:
M.A. 2007
M.A. 2007
B. Williams
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.