aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Removed some redundant class constraints.John MacFarlane6-8/+8
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane1-9/+11
2016-01-19Add TEI Writer.csforste1-0/+41
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane4-4/+4
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane10-10/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane10-0/+10
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane1-1/+1
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane1-8/+13
2015-09-19[RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov1-0/+25
2015-09-09Tests: docx writer tests now use "../data" for data directory.John MacFarlane1-1/+4
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+2
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-1/+1
2015-04-16RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov1-0/+79
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-3/+4
2015-03-16Merge pull request #1968 from lierdakil/issue1607John MacFarlane1-0/+128
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-1/+90
2015-03-08Docx Writer: Tables testNikolay Yakimov1-6/+6
2015-03-08Lists testNikolay Yakimov1-4/+4
2015-03-03Initial tests for writerNikolay Yakimov1-0/+128
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane1-1/+1
2014-12-15Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane1-1/+1
2014-09-09LaTeX writer: Test for protecting images in header.Jesse Rosenthal1-0/+3
2014-09-01LaTeX writer: Use a declaration for tight listsJose Luis Duran1-1/+1
2014-08-31LaTeX writer: Add tests for header-in-item.Jesse Rosenthal1-0/+7
2014-08-03Correctly implement capitalisation.Artyom Kazak1-0/+21
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane1-1/+1
2014-07-20AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane1-3/+22
2014-06-23LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane1-0/+2
2014-06-20LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane1-1/+11
2014-05-03Added Tests.Writer.AsciiDoc to repository.John MacFarlane1-0/+37
2014-05-03Distinguish tight and loose lists in Docbook outputNeil Mayhew1-11/+188
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew1-0/+52
2014-02-13Update tests suite to expect \texorpdfstring.Vaclav Zeman1-1/+1
2013-11-30Markdown writer: Fix rendering of tight sublists.John MacFarlane1-0/+4
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane1-0/+5
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-0/+7
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane1-0/+6
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane1-4/+1
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane1-1/+1
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-01-23Eliminated use of TH in test suite.John MacFarlane4-21/+21
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-0/+4
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1
2013-01-07Updated tests for tight/loose lists.John MacFarlane1-9/+10
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane5-8/+7
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane5-0/+206