Files
pandoc/tests
John MacFarlane 904050fa36 New HTML reader using tagsoup as a lexer.
* 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-30 13:55:40 -08:00
..
2010-11-12 00:38:31 -08:00
2010-07-22 23:24:22 -07:00
2010-07-22 23:24:22 -07:00
2010-12-22 00:22:13 -08:00
2010-12-04 23:49:53 +05:30
2010-12-17 13:39:17 -08:00
2010-12-22 00:22:13 -08:00
2010-12-17 13:39:17 -08:00
2010-12-17 13:39:17 -08:00
2010-12-17 13:39:17 -08:00