aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Lua filters (#3514)Albert Krewinkel5-0/+62
2017-03-19Removed failing part of 3348 test.John MacFarlane1-16/+0
2017-03-18HTML reader: Better sanity checks on raw HTML.John MacFarlane1-0/+13
2017-03-17Added test case to 3348 to try to figure out why appveyor build fails.John MacFarlane1-0/+18
2017-03-17Adjust command test 3348.md to specify column width.John MacFarlane1-1/+1
2017-03-16Added test for #256.John MacFarlane2-0/+14
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane1-102/+102
2017-03-15Use tasty-golden for golden tests in Old.John MacFarlane1-39/+52
2017-03-14Command tests: just findPandoc once.John MacFarlane1-4/+4
2017-03-14Removed unneeded import.John MacFarlane1-1/+0
2017-03-14Got rid of distracting warning in test output.John MacFarlane1-2/+2
2017-03-14Small test plumbing improvement.John MacFarlane1-11/+11
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane27-137/+132
2017-03-13Better handling of \part in LaTeX.John MacFarlane1-0/+30
2017-03-13Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.John MacFarlane1-31/+31
2017-03-12Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane1-0/+13
2017-03-11Changed test case labeled 3384.md to 3348.md.John MacFarlane1-0/+0
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane1-0/+15
2017-03-10Add Muse writer (#3489)Alexander Krotov5-0/+1096
2017-03-10Expand \newenvironment macros.John MacFarlane1-0/+12
2017-03-09HTML writer: fallback to basename rather than Untitled.John MacFarlane2-2/+2
2017-03-08Org reader: disallow tables on list marker linesAlbert Krewinkel1-1/+10
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane6-17/+5
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane1-0/+13
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane1-0/+9
2017-03-08Added test case for #3497.John MacFarlane1-0/+51
2017-03-07Speed up Native writer quickcheck tests.John MacFarlane1-2/+4
2017-03-07Small change to unbalanced bracket test to speed up test suite.John MacFarlane1-1/+1
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane1-0/+52
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane1-0/+16
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane1-0/+40
2017-03-05Markdown reader: fixed internal header links.John MacFarlane1-0/+9
2017-03-05Added a markdown abbrevation test case.John MacFarlane1-0/+31
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane1-0/+15
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane1-0/+19
2017-03-04Regularized CSS in html/epub/html slide templates.John MacFarlane7-7/+28
2017-03-04Fixed some loose ends in #1592.John MacFarlane1-0/+49
2017-03-04templates: CSS for .smallcaps, closes #1592 (#3485)Mauro Bieg7-7/+7
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane25-133/+126
2017-03-04HTML writer: issue warning if no title specified and template used.John MacFarlane2-2/+2
2017-03-04Make default.html5 polyglot markup conformant. (#3473)John Luke Bentley3-15/+15
2017-03-03OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane1-0/+59
2017-03-03RST reader: support RST-style citations.John MacFarlane1-0/+18
2017-03-02RST reader: Handle multiline cells in simple tables.John MacFarlane1-0/+48
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane5-38/+75
2017-03-01Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane1-0/+32
2017-02-28RST reader: implemented implicit internal header links.John MacFarlane1-0/+45
2017-02-26RST reader: support scale and align attributes of images.John MacFarlane2-1/+12
2017-02-25Added test case for variables/metadata in Markdown writer.John MacFarlane1-0/+15
2017-02-25LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane1-0/+56