aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-10RST reader: fix figclass and align annotations for figures (#9744)Gokul Rajiv
2024-04-28Typst writer: add blank line in definition lists with multiple definitions.John MacFarlane
2024-04-26Fix some typos (#9638)guqicun
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-25Markdown writer: don't try to align columns in pipe tables...John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
2024-04-21LaTeX reader: fix over-eager macro expansion in conditionals.John MacFarlane
2024-04-20Change to `--file-scope` behavior.John MacFarlane
2024-04-18Docx reader: fix anchor in header after anchor (#9626)mbracke
2024-04-15Command tests: include regular PATH...John MacFarlane
2024-04-15Fix command test for #9652.John MacFarlane
2024-04-15SelfContained: merge 'class' attr when both img and svg specify it (#9653)Carlos Scheidegger
2024-04-15Typst writer: property output (#9648)Gordon Woodhull
2024-04-14OpenDocument writer: implement custom-style for spans.John MacFarlane
2024-04-13reference.docx: use current standard Word theme.John MacFarlane
2024-04-13reference.docx: stay closer to Word's current defaults.John MacFarlane
2024-04-13Use conventional styles/indents for Word bullet lists.John MacFarlane
2024-04-10Markdown reader: auto-close unclosed divs.John MacFarlane
2024-04-08LaTeX writer: improve treatment of math inside soul commands.John MacFarlane
2024-04-06Org reader: Fix treatment of `id` property under heading.John MacFarlane
2024-04-04DokuWiki reader: fix issues with links.John MacFarlane
2024-04-01Put `$` or `$$` around math in `csljson` output.John MacFarlane
2024-03-22LaTeX writer: fix math inside strikeout (closes #9597).John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2024-03-19DocBook reader: add empty title to admonition div if not present.John MacFarlane
2024-03-19Change lhs tests so they don't use `--standalone`.John MacFarlane
2024-03-18Typst writer: more reliable escaping in inline `[..]` contexts.John MacFarlane
2024-03-18Typst writer: handle `unnumbered` on headings.John MacFarlane
2024-03-17LaTeX reader: better handling of colwidths.John MacFarlane
2024-03-17Typst writer: only use explicit figure 'kind' for tables.John MacFarlane
2024-03-17Typst writer: use `kind: image` for image figures.John MacFarlane
2024-03-17Typst writer: avoid unnecessary box around image in figure.John MacFarlane
2024-03-17Typst writer: omit width/height in images unless explicitly specified.John MacFarlane
2024-03-16Typst template: set table inset globally.John MacFarlane
2024-03-16Typst writer: don't add inset to tables.John MacFarlane
2024-03-14Markdown reader: Fix bug with footnotes at end of fenced div.John MacFarlane
2024-03-14Typst writer: add 'kind' parameter to figures.John MacFarlane
2024-03-14Use djot 0.1.1.2, update tests.John MacFarlane
2024-03-10Fix test for #9555.John MacFarlane
2024-03-10LaTeX reader: improve tokenization of `@`.John MacFarlane
2024-03-09LaTeX reader: Make `withRaw` work inside `parseFromToks`.John MacFarlane
2024-02-29SelfContained: add `role="img"` to svgs.John MacFarlane
2024-02-29SelfContained: Add aria-label to svg elements.John MacFarlane
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2024-02-28Fix regression in section numbering.John MacFarlane
2024-02-28Docx reader: ensure that table captions are counted.John MacFarlane
2024-02-27Update test suite for latest skylighting-format-blaze-html.John MacFarlane
2024-02-19Markdown reader: fix regression in link parsing...John MacFarlane
2024-02-19Org reader/writer: support admonitions.John MacFarlane
2024-02-19Org writer: omit extra blank line at end of quote block.John MacFarlane