summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
* Better handling of \part in LaTeX.John MacFarlane2017-03-13
* Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.John MacFarlane2017-03-13
* Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane2017-03-12
* Changed test case labeled 3384.md to 3348.md.John MacFarlane2017-03-11
* Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane2017-03-11
* Add Muse writer (#3489)Alexander Krotov2017-03-10
* Expand \newenvironment macros.John MacFarlane2017-03-10
* HTML writer: fallback to basename rather than Untitled.John MacFarlane2017-03-09
* Org reader: disallow tables on list marker linesAlbert Krewinkel2017-03-08
* Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane2017-03-08
* Markdown writer: ensure space before list at top level.John MacFarlane2017-03-08
* Org reader: don't allow tables inside list items.John MacFarlane2017-03-08
* Added test case for #3497.John MacFarlane2017-03-08
* Speed up Native writer quickcheck tests.John MacFarlane2017-03-07
* Small change to unbalanced bracket test to speed up test suite.John MacFarlane2017-03-07
* Markdown reader: Treat certain environments as inlineJohn MacFarlane2017-03-07
* Markdown writer: better handling of tables with empty columns.John MacFarlane2017-03-06
* LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2017-03-06
* Markdown reader: fixed internal header links.John MacFarlane2017-03-05
* Added a markdown abbrevation test case.John MacFarlane2017-03-05
* Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane2017-03-05
* Parse YAML metadata in a context that sees footnotes...John MacFarlane2017-03-05
* Regularized CSS in html/epub/html slide templates.John MacFarlane2017-03-04
* Fixed some loose ends in #1592.John MacFarlane2017-03-04
* templates: CSS for .smallcaps, closes #1592 (#3485)Mauro Bieg2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* HTML writer: issue warning if no title specified and template used.John MacFarlane2017-03-04
* Make default.html5 polyglot markup conformant. (#3473)John Luke Bentley2017-03-04
* OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane2017-03-03
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane2017-03-01
* Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane2017-03-01
* RST reader: implemented implicit internal header links.John MacFarlane2017-02-28
* RST reader: support scale and align attributes of images.John MacFarlane2017-02-26
* Added test case for variables/metadata in Markdown writer.John MacFarlane2017-02-25
* LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane2017-02-25
* Updated table tests.John MacFarlane2017-02-23
* When parsing raw LaTeX commands, include trailing space.John MacFarlane2017-02-22
* MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane2017-02-21
* MediaWiki writer: Remove newline before `</ref>`.John MacFarlane2017-02-21
* MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane2017-02-21
* MediaWiki reader: fixed more table issues.John MacFarlane2017-02-21
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Fix indirect hyperlink targets. Closes #512.John MacFarlane2017-02-15
* ZimWiki writer: removed internal formatting from note and table cells, becaus...Alex Ivkin2017-02-15
* LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane2017-02-13
* Add Org writer unit testsAlexander Krotov2017-02-12
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11