aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-07 00:48:46 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-07 00:48:46 +0000
commit1bc585837c75f9ab21e49e2dccb6bcd905b1a5bc (patch)
tree3b1ef8a6c39cbce19ca86bc0466ef57b459c8d13 /src/Text/Pandoc/Writers/HTML.hs
parent233148f9638f637871391cbed239068aeddb6cca (diff)
downloadpandoc-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/HTML.hs')
0 files changed, 0 insertions, 0 deletions