pandoc/tests/Tests/Readers
Mathias Schenner 12bf0ff3e5 LaTeX reader: allow non-empty colsep in tables
The `tabular` environment allows non-empty column separators
with the "@{...}" syntax. Previously, pandoc would fail to
parse tables if a non-empty colsep was present. With this
commit, these separators are still ignored, but the table gets
parsed. A test case is included.
2015-03-08 15:47:39 +01:00
..
Docx.hs Docx reader: add test for verbatim in sub/superscript. 2015-02-21 08:45:38 -05:00
EPUB.hs EPUB Tests: Seperating image testing from other features 2014-09-25 13:33:25 +01:00
LaTeX.hs LaTeX reader: allow non-empty colsep in tables 2015-03-08 15:47:39 +01:00
Markdown.hs Fixe autolinks with following punctuation. 2014-12-14 12:20:33 -08:00
Org.hs Org reader: properly handle links to file:target 2014-12-14 21:30:10 +01:00
RST.hs RST Reader: compute Attrs when role is defined 2014-12-12 14:45:45 +00:00
Txt2Tags.hs Txt2Tags reader: Header is now parsed only if standalone flag is set 2014-08-20 18:11:37 +01:00