summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
Commit message (Expand)AuthorAge
* Added some entity tests in Markdown reader tests.John MacFarlane2016-01-19
* Add TEI Writer.csforste2016-01-19
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane2015-10-28
* | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane2015-10-27
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
* | Tests: docx writer tests now use "../data" for data directory.John MacFarlane2015-09-09
|/
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane2015-04-17
|\
| * LaTeX writer: Use a declaration for tight listsJose Luis Duran2014-09-01
* | RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov2015-04-16
* | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\ \
* \ \ Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\ \ \
| * | | Docx Writer: Tables testNikolay Yakimov2015-03-08
| * | | Lists testNikolay Yakimov2015-03-08
| * | | Initial tests for writerNikolay Yakimov2015-03-03
| |/ /
* / / Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
|/ /
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\ \
| * | Update tests suite to expect \texorpdfstring.Vaclav Zeman2014-02-13
* | | LaTeX writer: Test for protecting images in header.Jesse Rosenthal2014-09-09
| |/ |/|
* | LaTeX writer: Add tests for header-in-item.Jesse Rosenthal2014-08-31
* | Correctly implement capitalisation.Artyom Kazak2014-08-03
* | LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* | AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane2014-07-20
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* | Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
* | Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* | Add some unit tests for Writers.DocbookNeil Mayhew2014-04-12
|/
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Updated a test whose output changed due to last commit.John MacFarlane2013-07-13
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Use new flexible metadata type.John MacFarlane2013-06-24
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Updated tests for tight/loose lists.John MacFarlane2013-01-07
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26
* Moved tests to src.John MacFarlane2011-01-29