Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-25 | Fixed Benchmark to compile with latest changes. | John MacFarlane | 1 | -7/+5 | |
2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane | 1 | -5/+7 | |
2012-07-25 | Got rid of stateStandalone, which was hardly used anyway. | John MacFarlane | 1 | -3/+4 | |
The only possible effect will be with rst fragments that begin with an rst title block, which will now cause the header transform. | |||||
2010-12-30 | More accurate benchmark for normalize. | John MacFarlane | 1 | -3/+6 | |
2010-12-30 | New HTML reader using tagsoup as a lexer. | John MacFarlane | 1 | -2/+5 | |
* The new reader is faster and more accurate. * API changes for Text.Pandoc.Readers.HTML: - removed rawHtmlBlock, anyHtmlBlockTag, anyHtmlInlineTag, anyHtmlTag, anyHtmlEndTag, htmlEndTag, extractTagType, htmlBlockElement, htmlComment - added htmlTag, htmlInBalanced, isInlineTag, isBlockTag, isTextTag * tagsoup is a new dependency. * Text.Pandoc.Parsing: Generalized type on readWith. * Benchmark.hs: Added length calculation to force full evaluation. * Updated HTML reader tests. * Updated markdown and textile readers to use the functions from the HTML reader. * Note: The markdown reader now correctly handles some cases it did not before. For example: <hr/> is reproduced without adding a space. <script> a = '<b>'; </script> is parsed correctly. | |||||
2010-12-25 | Added normalize benchmark to Benchmark.hs. | John MacFarlane | 1 | -2/+5 | |
2010-12-12 | Benchmark: use nf for writers. | John MacFarlane | 1 | -2/+2 | |
whnf gives inaccurate results. | |||||
2010-12-10 | Added Benchmark.hs, testing all readers + writers using criterion. | John MacFarlane | 1 | -0/+36 | |