pandoc/tests/Tests/Readers
Albert Krewinkel e3b4844bd7 Org reader: fix markup parsing in headers
Markup as the very first item in a header wasn't recognized.  This was
caused by an incorrect parser state: positions at which inline markup
can start need to be marked explicitly by changing the parser state.
This wasn't done for headers.  The proper function to update the state
is now called at the beginning of the header parser, fixing this issue.

This fixes #2504.
2015-11-08 22:32:00 +01: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 markup parsing in headers 2015-11-08 22:32:00 +01: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