pandoc/tests/Tests/Readers
Albert Krewinkel b27366780f Org reader: fix paragraph/list interaction
Paragraphs can be followed by lists, even if there is no blank line
between the two blocks.  However, this should only be true if the
paragraph is not within a list, were the preceding block should be
parsed as a plain instead of paragraph (to allow for compact lists).

Thanks to @rgaiacs for bringing this up.

This fixes #2464.
2015-10-24 19:05:56 +02:00
..
Docx.hs Docx Reader: Create special punctuation test 2015-10-04 06:11:07 -04:00
EPUB.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
HTML.hs HTML reader: Support base tag. 2015-05-13 20:53:19 -07:00
LaTeX.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Markdown.hs Fixed over-eager raw HTML inline parsing. 2015-10-22 21:18:06 -07:00
Odt.hs Added odt reader 2015-07-23 15:37:01 -07:00
Org.hs Org reader: fix paragraph/list interaction 2015-10-24 19:05:56 +02:00
RST.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00
Txt2Tags.hs Use custom Prelude to avoid compiler warnings. 2015-10-14 09:09:10 -07:00