pandoc/tests/Tests/Readers
Albert Krewinkel 27a8603278 Org reader: allow toggling header args
Org-mode allows to skip the argument of a code block header argument if
it's toggling a value.  Argument-less headers are now recognized,
avoiding weird parsing errors.

The fixes are not exactly pretty, but neither is the code that was
fixed.  So I guess it's about par for the course.  However, a rewrite of
the header parsing code wouldn't hurt in the long run.

Thanks to @jo-tham for filing the bug report.

This fixes #2269.
2015-10-25 08:54: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: allow toggling header args 2015-10-25 08:54: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