From b19c36970e70cc6c5bd2f571b35d0a3474543037 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 22 Jul 2007 17:51:15 +0000 Subject: Removed an extra occurance of escapedChar in definition of inline. git-svn-id: https://pandoc.googlecode.com/svn/trunk@762 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Readers/Markdown.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs index 06768d170..3f37c1766 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -703,7 +703,6 @@ inline = choice [ rawLaTeXInline' , rawHtmlInline' , autoLink , image - , escapedChar , math , strong , emph -- cgit v1.2.3