aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-06-06Update test for new typst-hs output.John MacFarlane
2023-06-06Add typst reader.John MacFarlane
2023-06-06Improve title and label parsing in the JATS reader (#8840)Noah Malmed
2023-06-05Typst writer: use `#footnote` for notes.John MacFarlane
2023-05-09Rename test/docx/block_quotes_parse_indent.native for consistencyStephan Meijer
2023-05-08LaTeX writer: better fix for colspecs for multicolumn table.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2023-05-06Use latest texmathJohn MacFarlane
2023-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-05-01Writers.OpenDocument: handle row header column cells as header cellsMichael Stahl
2023-05-01Writers.OpenDocument: handle row header column cells as ordinary cellsMichael Stahl
2023-05-01Writers.OpenDocument: fix invalid text:p inside text:p from metaMichael Stahl
2023-04-28Writers.ODT: stop validator complaints by producing ODF 1.3Michael Stahl
2023-04-05Typst writer: use `<..>` for labels, create internal links.John MacFarlane
2023-04-05Add rowspan, colspan and alignment to cells in jats table reader (#8726)Noah Malmed
2023-04-05Remove links from inside links in mediawiki writer (#8739)wgevaert
2023-04-05Org reader: treat `#+NAME` as synonym for `#+LABEL`.Albert Krewinkel
2023-04-01Org reader: require abstract environment to use lowercaseAlbert Krewinkel
2023-03-29styles.html: fix task-list styling in reveal.jsAlbert Krewinkel
2023-03-29HTML writer: use first paragraph in task item as checkbox label.Albert Krewinkel
2023-03-27Typst writer: fix alignment issue in lists.John MacFarlane
2023-03-27Typst: Use customized term instead of custom macro for def lists.John MacFarlane
2023-03-27Typst writer: support column aligns in tables.John MacFarlane
2023-03-26More Typst writer improvements.John MacFarlane
2023-03-26Typst writer improvements.John MacFarlane
2023-03-26Moved a misplaced command test.John MacFarlane
2023-03-25Add typst writer.John MacFarlane
2023-03-22Org reader: Allow zero width space as an escape characterChristian Christiansen
2023-03-22DocBook reader: handle "book" for xref referencesAndres Freund
2023-03-20HTML reader: fix behavior with `-native_spans-raw_html`.John MacFarlane
2023-03-20Update latex writer tests for change to default template.John MacFarlane
2023-03-17Update docx golden tests for style changes.John MacFarlane
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-03-14Markdown writer: use implicit figures if there's a caption but no alt.Albert Krewinkel
2023-03-13Jira reader: add panel title as nested divAlbert Krewinkel
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
2023-03-05DocBook reader: parse `figure` as a Figure element in the AST.John MacFarlane
2023-03-03Asciidoc writer: Properly escape `|` in table cells.John MacFarlane
2023-03-01Make sure TSV reader doesn't gobble tabs as whitespace.John MacFarlane
2023-03-01Org reader: accept empty tablesAlbert Krewinkel
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert Krewinkel
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-02-15fixed <xref> references to tables in DocBook filesPavol Otto
2023-02-12URL style in ConTeXt (#8612)Thomas Hodgson
2023-02-09Citeproc: Fix bug in metaValueToReference.John MacFarlane
2023-02-05LaTeX writer: include short figure/table caption if one is given.Albert Krewinkel
2023-02-01Handle % in biblatex doi field.John MacFarlane