From 75f31c944057b8fda5bd5ef1005afe4faa59ba81 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 29 Oct 2009 05:52:17 +0000 Subject: Added % as an rst underline character. Resolves Issue #173. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1612 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Readers/RST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index 097d271cb..b0f434933 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -50,7 +50,7 @@ bulletListMarkers :: [Char] bulletListMarkers = "*+-" underlineChars :: [Char] -underlineChars = "!\"#$&'()*+,-./:;<=>?@[\\]^_`{|}~" +underlineChars = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" -- treat these as potentially non-text when parsing inline: specialChars :: [Char] -- cgit v1.2.3