diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-28 07:31:18 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-28 07:31:18 +0000 |
| commit | cda7e7ac2143ca21bb3968c00fc9525d5f730339 (patch) | |
| tree | 638608739d5af7d244de495f2dc46fbad11747af | |
| parent | 6906584f47d382e6a61dbdd0220b395664f81619 (diff) | |
| download | pandoc-cda7e7ac2143ca21bb3968c00fc9525d5f730339.tar.gz | |
Removed redundant 'referenceLink' in definition of inline
(it's already in 'link').
git-svn-id: https://pandoc.googlecode.com/svn/trunk@940 788f1e2b-df1e-0410-8736-df70ead52e1b
| -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 1af2688f9..2336c430f 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -627,7 +627,6 @@ inline = choice [ str , inlineNote , link , image - , referenceLink , math , strikeout , superscript |
