aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 17:51:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 17:51:15 +0000
commitb19c36970e70cc6c5bd2f571b35d0a3474543037 (patch)
treefd8afa199eb669d8cf6867b8922d980568ec90ab /src/Text/Pandoc/Readers/Markdown.hs
parent437ad4089e4ea8d77d428faa84a6e6bda75ee07f (diff)
downloadpandoc-b19c36970e70cc6c5bd2f571b35d0a3474543037.tar.gz
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
Diffstat (limited to 'src/Text/Pandoc/Readers/Markdown.hs')
-rw-r--r--src/Text/Pandoc/Readers/Markdown.hs1
1 files changed, 0 insertions, 1 deletions
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