pandoc/test/Tests/Readers/Org
Albert Krewinkel 909083090a
Org reader: fix parsing of empty comment lines
Comment lines in Org-mode can be completely empty; both of these line
should produce no output:

    # a comment
    #

The reader used to produce a wrong result for the latter, but ignores
that line as well now.

Fixes: #5856
2019-10-27 23:00:30 +01:00
..
Block Org reader: accept ATTR_LATEX in block attributes 2019-07-22 08:12:22 +02:00
Inline Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Block.hs Org reader: fix parsing of empty comment lines 2019-10-27 23:00:30 +01:00
Directive.hs Org reader: omit, but warn about unknown export options 2019-05-13 22:25:04 +02:00
Inline.hs Org reader: prefer plain symbols over math symbols 2019-05-05 14:48:37 +02:00
Meta.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Shared.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00