diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-06 18:41:01 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-06 18:41:01 +0000 |
commit | 1645fb65e4a486de95f5375bcc029a139d4d8c45 (patch) | |
tree | ed7fcc3e9634f9586c5b9da8acfdd0a0fc116e47 /src/Text/Pandoc/Writers | |
parent | bb8478e4e24b431ca81ee7f669d517eb11a47500 (diff) | |
download | pandoc-1645fb65e4a486de95f5375bcc029a139d4d8c45.tar.gz |
Fixed serious performance problems with new Markdown reader:
Instead of using lookahead to determine whether a single quote
is an apostrophe, we now use state. Inside single quotes,
a ' character won't be recognized as the beginning of a single
quote. 'stateQuoteContext' has been added to keep track of
this.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@437 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Writers')
0 files changed, 0 insertions, 0 deletions