summaryrefslogtreecommitdiff
path: root/test/Tests/Writers
AgeCommit message (Expand)Author
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane
2019-07-14Muse: add RTL supportAlexander Krotov
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov
2019-05-16JATS writer: properly handle footnotes.John MacFarlane
2019-04-28Muse writer tests: compare Text without converting to [Char]Alexander Krotov
2019-03-31PowerPoint writer: add test for speaker notes after metadata.Jesse Rosenthal
2019-03-30Pptx writer: test for speaker notes after breaking header.Jesse Rosenthal
2019-02-18Muse writer: escape secondary notesAlexander Krotov
2019-02-10Use latest skylighting.John MacFarlane
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov
2018-11-06Use OverloadedStrings extension to simplify Muse writer testsAlexander Krotov
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov
2018-10-23Muse writer: do not insert newline before listsAlexander Krotov
2018-10-21Muse writer: use lightweight markup after </em> tagAlexander Krotov
2018-10-20Powerpoint tests: test raw openxmlJesse Rosenthal
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov
2018-09-11Muse writer: check for whitespace in the beginning and end of Str'sAlexander Krotov
2018-09-11Muse writer: escape -, ; and > in the beginning of stringsAlexander Krotov
2018-09-11Muse writer: escape list markers in the beginning of notesAlexander Krotov
2018-09-11Muse writer: normalize inline list before testing if tags should be usedAlexander Krotov
2018-09-11Muse writer: use tags instead of lightweight markup for empty stringsAlexander Krotov
2018-09-04hlint Muse writer testsAlexander Krotov
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov
2018-08-01RST writer: use `titleblock` instead of `title` variable for title blockFrancesco Occhipinti
2018-05-11Removed inadvertently added .orig files from repository.John MacFarlane
2018-05-07Muse writer: add support for left-align and right-align classesAlexander Krotov
2018-04-27RST writer: preserve empty inline parents in flatten (#4603)Francesco Occhipinti
2018-04-26Merge branch 'fb2-hrblankline' of https://github.com/labdsf/pandoc into labds...John MacFarlane
2018-04-26RST reader: flatten nested inlines, closes #4368 (#4554)Francesco Occhipinti
2018-04-19RST writer: use more consistent indentation.John MacFarlane
2018-04-16Muse writer: escape definition list terms starting with list markersAlexander Krotov
2018-04-15Muse writer: escape strings starting with spaceAlexander Krotov
2018-04-14Man writer: Don't escape U+2019 as '.John MacFarlane
2018-04-10Muse writer: escape > less oftenAlexander Krotov
2018-04-09Muse writer: don't break headers, line blocks and tables with line breaksAlexander Krotov
2018-04-09Muse writer: correctly output empty headingsAlexander Krotov
2018-04-05Changes to tests to accommodate changes in pandoc-types.John MacFarlane
2018-04-05FB2 writer: represent HorizontalRule as empty lineAlexander Krotov
2018-04-05Muse writer: escape horizontal rule only if at the beginning of the lineAlexander Krotov
2018-04-02Muse writer: place header IDs before headerAlexander Krotov
2018-04-01Muse writer: only escape brackets when necessaryAlexander Krotov