pandoc/tests/Tests/Readers
John MacFarlane 598d3ee23b Markdown reader: better handling of paragraph in div.
Previously text that ended a div would be parsed as Plain
unless there was a blank line before the closing div tag.

Test case:

    <div class="first">
    This is a paragraph.

    This is another paragraph.
    </div>

Closes #1591.
2014-08-31 12:55:47 -07:00
..
Docx.hs Docx reader: Test for character styles. 2014-08-16 14:05:56 -04:00
EPUB.hs Revised tests directory. 2014-08-13 11:16:50 -07:00
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
Org.hs Org reader: text adjacent to a list yields a Plain, not Para. 2014-07-20 12:56:01 -07:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Txt2Tags.hs Txt2Tags reader: Header is now parsed only if standalone flag is set 2014-08-20 18:11:37 +01:00