summaryrefslogtreecommitdiff
path: root/test/Tests/Writers
AgeCommit message (Expand)Author
2018-03-31Muse writer: do not escape list markers unless preceded by spaceAlexander Krotov
2018-03-28Muse writer: escape semicolons and markers after line breakAlexander Krotov
2018-03-25Muse writer: escape ordered list markersAlexander Krotov
2018-03-25Muse writer: enable --wrap=preserve for all tests by defaultAlexander Krotov
2018-03-25Muse writer: improve span writingAlexander Krotov
2018-03-25Muse writer: do not join Span's doing normalizationAlexander Krotov
2018-03-21Muse writer: don't align ordered list itemsAlexander Krotov
2018-03-21Powerpoint writer: add tests for improved speaker notes.Jesse Rosenthal
2018-03-20Muse writer: escape "]" in image titleAlexander Krotov
2018-03-20Muse writer: escape ";" to avoid accidental commentsAlexander Krotov
2018-03-20Muse writer: escape "]" brackets in URLs as "%5D"Alexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-17RST writer: filter out empty inline containers (#4434).Francesco Occhipinti
2018-03-17RST writer: strip whitespace within inlines, closes #4327 (#4329)Francesco Occhipinti
2018-03-12Muse writer: support spans with anchorsAlexander Krotov
2018-03-07Muse writer: replace smallcaps with emphasis before normalizationAlexander Krotov
2018-03-07Muse writer: output smallcaps as emphasisAlexander Krotov
2018-03-07Muse writer: write empty inline lists as <verbatim></verbatim>Alexander Krotov
2018-03-07Muse writer: escape "-" to avoid creating bullet listsAlexander Krotov
2018-03-06Muse writer: fix math expansion for more than one expression per paragraphAlexander Krotov
2018-03-05Remove extraneous, significant whitespace in JATS writer output (#4335)Nokome Bentley
2018-03-05Muse writer: expand math before inline list normalizationAlexander Krotov
2018-03-02Muse writer: join strings during inline normalizationAlexander Krotov
2018-02-28Muse writer: change verse markupAlexander Krotov
2018-02-28Muse writer: remove empty strings during inline normalizationAlexander Krotov
2018-02-27Powerpoint writer: use `trim` from SharedJesse Rosenthal
2018-02-27Powerpoint writer: add test for table and list syntaxJesse Rosenthal
2018-02-27Powerpoint writer: Remove empty slidesJesse Rosenthal
2018-02-23Muse writer: don't indent nested definition listsAlexander Krotov
2018-02-19Powerpoint writer tests: Test everything with template as wellJesse Rosenthal
2018-02-18Powerpoint writer: Add tests for speaker notes.Jesse Rosenthal
2018-02-15Muse writer: use unicode quotes for quoted textAlexander Krotov
2018-02-03Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov
2018-01-30Muse writer: don't wrap displayMath into <verse>Alexander Krotov
2018-01-29Muse writer: escape nonbreaking space ("~~")Alexander Krotov
2018-01-27Docx writer tests: correct test name.Jesse Rosenthal
2018-01-27Docx writer tests: Add tests for custom stylesJesse Rosenthal
2018-01-27Docx writer tests: Use new golden frameworkJesse Rosenthal
2018-01-25Tests: Abstract powerpoint tests out to OOXML tests.Jesse Rosenthal
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke
2018-01-23Powerpoint writer tests: hlint cleanups.Jesse Rosenthal
2018-01-23ConTeXt writer: xtables: correct wrong usage of captionHenri Menke
2018-01-22Powerpoint writer tests: add tests for two-column layout and imagesJesse Rosenthal
2018-01-22Powerpoint writer: Add further testsJesse Rosenthal
2018-01-22Powerpoint writer tests: simplify updating functionJesse Rosenthal
2018-01-22Powerpoint tests: Convert to golden testsJesse Rosenthal
2018-01-22Muse writer: join code with different attributes during normalizationAlexander Krotov
2018-01-22Muse writer: indent lists inside DivAlexander Krotov
2018-01-21Powerpoint writer tests: New test framework for pptx.Jesse Rosenthal