aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-31Update test output for skylighting >= 0.1.1.3.John MacFarlane
2017-01-30Fixed some compiler warnings in tests.John MacFarlane
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane
2017-01-25Removed tests for Walk; these now live in pandoc-types.John MacFarlane
2017-01-25Removed unneeded imports.John MacFarlane
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane
2017-01-25Class: no more MonadState CommonState.John MacFarlane
2017-01-25Added a `--quiet` option to suppress warnings.John MacFarlane
2017-01-25ODT test: remove unnecessary imports.Jesse Rosenthal
2017-01-25Make Txt2Tags test pass.Jesse Rosenthal
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal
2017-01-25Changed readNative to use PandocMonad.John MacFarlane
2017-01-25Fixed icml tables test (no newline at end).John MacFarlane
2017-01-25Fixed rtf tables testJohn MacFarlane
2017-01-25Update tests to work with runPure.John MacFarlane
2017-01-25Tests: have docx writer test use runIOorExplode.Jesse Rosenthal
2017-01-24Update latex writer test for template change.John MacFarlane
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel
2017-01-10LaTeX template: Add hyphen option to url package.John MacFarlane
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel
2017-01-03LaTeX template: allow passing `microtypeoptions` to microtype.John MacFarlane
2016-12-30Updated docbook5 writer test for new template.John MacFarlane
2016-12-30DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)Mauro Bieg
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane
2016-12-21Org writer: prefix footnote numbers with `fn:`Albert Krewinkel
2016-12-13Test case for issue #3223 (#3308)hubertp-lshift
2016-12-13Test case for bug 2752 (#3306)hubertp-lshift
2016-12-13Docx reader: Empty header should be list of lists.Jesse Rosenthal
2016-12-08Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal
2016-12-07Fixed tests with dynamic linking.John MacFarlane
2016-12-07RST reader: fix hyperlink aliases.John MacFarlane
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane