diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 17:51:15 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 17:51:15 +0000 |
commit | b19c36970e70cc6c5bd2f571b35d0a3474543037 (patch) | |
tree | fd8afa199eb669d8cf6867b8922d980568ec90ab /src/Text | |
parent | 437ad4089e4ea8d77d428faa84a6e6bda75ee07f (diff) | |
download | pandoc-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')
-rw-r--r-- | src/Text/Pandoc/Readers/Markdown.hs | 1 |
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 |