aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel1-0/+22
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2-5/+3
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel2-15/+52
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel2-3/+3
2016-10-19Add option for top-level division typeAlbert Krewinkel2-6/+112
2016-10-14Remove Tests.ArbitraryJesse Rosenthal10-10/+10
2016-10-11Markdown writer: add test for note placement.Jesse Rosenthal1-2/+138
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19Add test for backtick in verbatim.Jesse Rosenthal1-0/+2
2016-08-15Docx writer test: comment out function to make compiler happy.Jesse Rosenthal1-2/+2
2016-08-15Docx writer: test for custom styles.Jesse Rosenthal1-0/+8
2016-08-15Docx writer tests: allow for altered round tripJesse Rosenthal1-40/+49
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