aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
AgeCommit message (Expand)AuthorFilesLines
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane1-15/+58
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+40
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel1-189/+186
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-15/+33
2021-10-17pptx: Fix list level numberingEmily Bourke1-0/+4
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-0/+16
2021-10-07pptx: Remove excessive layout testsEmily Bourke1-20/+15
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane1-3/+3
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane1-6/+6
2021-09-18pptx: Support footers in the reference docEmily Bourke1-184/+213
2021-09-16pptx: Support specifying slide background imagesEmily Bourke1-0/+4
2021-09-15pptx: Add support for incremental listsEmily Bourke1-0/+8
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-2/+6
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-1/+74
2021-09-01pptx: Add support for more layoutsEmily Bourke1-2/+59
2021-09-01pptx: Restructure testsEmily Bourke1-57/+57
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-0/+25
2021-08-17OOXML tests: silence warnings.John MacFarlane1-0/+1
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-7/+24
2021-08-17Don’t compare cdLine in OOXML golden testsEmily Bourke1-1/+0
2021-08-17Provide more detailed XML diff in testsEmily Bourke1-21/+51
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-1/+2
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-1/+3
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar1-6/+6
2021-05-28Docx reader: Read table column widths.Emily Bourke1-0/+5
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel1-0/+8
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-0/+4
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-52/+57
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-0/+3
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel1-113/+119
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask1-0/+37
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-0/+30
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-0/+10
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+8
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-1/+2
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-11/+46
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel19-36/+0
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-0/+10
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar1-0/+14
2020-12-07Docbook writer: handle admonitionsJan Tojnar1-0/+52
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-1/+3
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-0/+5
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann1-0/+5
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres1-64/+66
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres1-0/+252
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann1-0/+37