summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-25LaTeX reader: allow hspace and vspace to count as raw block or inline.John MacFarlane
2017-02-23Updated table tests.John MacFarlane
2017-02-22When parsing raw LaTeX commands, include trailing space.John MacFarlane
2017-02-21MediaWiki reader: ensure that list starts begin at left margin.John MacFarlane
2017-02-21MediaWiki writer: Remove newline before `</ref>`.John MacFarlane
2017-02-21MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane
2017-02-21MediaWiki reader: fixed more table issues.John MacFarlane
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane
2017-02-15Fix indirect hyperlink targets. Closes #512.John MacFarlane
2017-02-15ZimWiki writer: removed internal formatting from note and table cells, becaus...Alex Ivkin
2017-02-13LaTeX reader: properly handle column prefixes/suffixes.John MacFarlane
2017-02-12Add Org writer unit testsAlexander Krotov
2017-02-11RST reader/writer: properly handle table captions.John MacFarlane
2017-02-11Fixed small bug in RST list parsing.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-02-06Use unicode-math by default in default.latex template.John MacFarlane
2017-02-05Handle language in inline code with --listings.John MacFarlane
2017-02-04More smart escaping tests.John MacFarlane
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane
2017-02-04Added first command test to cabal metadata and repo.John MacFarlane
2017-02-04Org writer: reduce to two spaces after bulletsAlbert Krewinkel
2017-02-04Added new test framework Tests.Command.John MacFarlane
2017-02-04Added skeleton for Tests.Command.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane