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