From 63bf227e0414495a7966edd07d5faf6ca4a2f077 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 22 Dec 2010 17:04:56 -0800 Subject: RST reader: Added unicode quote characters to specialChars. (So they can trigger Quoted environments.) --- src/Text/Pandoc/Readers/RST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index 1b0365c72..0a157d1cf 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -57,7 +57,7 @@ underlineChars = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" -- treat these as potentially non-text when parsing inline: specialChars :: [Char] -specialChars = "\\`|*_<>$:[-.\"'" +specialChars = "\\`|*_<>$:[-.\"'\8216\8217\8220\8221" -- -- parsing documents -- cgit v1.2.3