diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-07 00:48:46 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-07 00:48:46 +0000 |
commit | 1bc585837c75f9ab21e49e2dccb6bcd905b1a5bc (patch) | |
tree | 3b1ef8a6c39cbce19ca86bc0466ef57b459c8d13 /src/Text/Pandoc/Writers | |
parent | 233148f9638f637871391cbed239068aeddb6cca (diff) | |
download | pandoc-1bc585837c75f9ab21e49e2dccb6bcd905b1a5bc.tar.gz |
Fixed performance problems with '--strict' option:
+ Replaced skipEndline with "option ' ' newline" where possible.
+ Replaced "notFollowedBy' header" in definition of endline with
a faster but equally accurate test for a folliwng header.
+ Removed check at the beginning of 'reference' for
a noteStart: This is not needed, because note comes before
referenceKey in the definition of block.
+ Replaced check for a following anyHtmlBlockTag in autoLink
with a check for anyHtmlTag or anyHtmlEndTag.
+ Other small code cleanups.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@444 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Writers')
0 files changed, 0 insertions, 0 deletions