diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-02-14 06:57:23 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-02-14 06:57:23 +0000 |
commit | 7f65a4e9149b1c8bbf5df42812782cbfabb0756b (patch) | |
tree | 5da1e33f2e7624bd3f03b8284bcecfa5ba886e86 /src/Text/Pandoc/Readers/Markdown.hs | |
parent | 6e467c26c498328ca9c151295c850939e0660e6b (diff) | |
download | pandoc-7f65a4e9149b1c8bbf5df42812782cbfabb0756b.tar.gz |
Fixed issue #8: slow performance in parsing inline literals in
RST reader. The problem was that ``#`` was seen by
'inline' as a potential link or image. Fix: insert
'notFollowedBy (char '`')' in link parsers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@529 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Readers/Markdown.hs')
0 files changed, 0 insertions, 0 deletions