summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
AgeCommit message (Expand)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-28LaTeX writer: export writeBeamer.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 writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane
2017-01-25Made `smart` extension default for pandoc markdown.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-25Update all tests to use new readers and error structure.Jesse Rosenthal
2017-01-25Changed readNative to use PandocMonad.John MacFarlane
2017-01-25Update tests to work with runPure.John MacFarlane
2017-01-25Tests: have docx writer test use runIOorExplode.Jesse Rosenthal
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel
2016-10-19Add option for top-level division typeAlbert Krewinkel
2016-10-14Remove Tests.ArbitraryJesse Rosenthal
2016-10-11Markdown writer: add test for note placement.Jesse Rosenthal
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal
2016-09-19Add test for backtick in verbatim.Jesse Rosenthal
2016-08-15Docx writer test: comment out function to make compiler happy.Jesse Rosenthal
2016-08-15Docx writer: test for custom styles.Jesse Rosenthal
2016-08-15Docx writer tests: allow for altered round tripJesse Rosenthal
2016-07-14Removed some redundant class constraints.John MacFarlane
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane
2016-01-19Add TEI Writer.csforste
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov
2015-09-09Tests: docx writer tests now use "../data" for data directory.John MacFarlane
2015-04-18Markdown writer: improved escaping.John MacFarlane
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane
2015-04-16RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-16Merge pull request #1968 from lierdakil/issue1607John MacFarlane
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov
2015-03-08Docx Writer: Tables testNikolay Yakimov
2015-03-08Lists testNikolay Yakimov
2015-03-03Initial tests for writerNikolay Yakimov
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane
2014-12-15Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane
2014-09-09LaTeX writer: Test for protecting images in header.Jesse Rosenthal
2014-09-01LaTeX writer: Use a declaration for tight listsJose Luis Duran