aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
AgeCommit message (Expand)Author
2025-05-28Fix whitespace bugs.John MacFarlane
2025-05-28Adding support for sidebars to Asciidoc writerGreg
2025-05-26LaTeX writer: include alt option in `\includegraphics`.John MacFarlane
2025-03-17Markdown writer: avoid spaces after/before open/close delimiters.John MacFarlane
2025-02-12Markdown writer: omit extra space after bullets.John MacFarlane
2024-12-28AsciiDoc writer: improve escaping.John MacFarlane
2024-10-01RST writer: change bullet list hang from 3 to 2.John MacFarlane
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
2024-06-23LaTeX writer: new method for ensuring images don't overflow.John MacFarlane
2024-06-04Docx writer: better formatting for task lists.John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
2023-12-18test(docx): also compare number of childrenEdwin Török
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.John MacFarlane
2023-07-05Fix asciidoc testsJohn MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-05-09Rename test/docx/block_quotes_parse_indent.native for consistencyStephan Meijer
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-01-14Remove Null constructor from docsAlbert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-12Store "unnumbered" class in DocBook role attribute (#8481)lifeunleaded
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.John MacFarlane
2022-10-02Officially deprecate writeJATS...John MacFarlane
2022-09-28HTML Reader: Tests for 'tt' and 'code' elements (#8330).Justin Wood
2022-09-27Fix small whitespace things.John MacFarlane
2022-08-22Org writer: keep code block attributes as header args.Albert Krewinkel
2022-08-22Org writer: add code block identifier as `#+name` to src blocks.Albert Krewinkel
2022-07-16RST writer: Fix missing spaces with nested inlines.John MacFarlane
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-02-06Docbook writer: Interpret links without contents as cross-references (#7360)Jan Tojnar
2022-01-29Use `[x]` not `[X]` for asciidoctor checklists.John MacFarlane
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-16Support checklists in asciidoctor writer (#7832)Nikolai Korobeinikov
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-07Org writer: support starting number cookiesLucas Viana
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel
2021-10-17pptx: Fix list level numberingEmily Bourke
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu
2021-10-07pptx: Remove excessive layout testsEmily Bourke
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane