aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-02-19Typst writer: ensure that `-`, `+`, etc. are escaped at beginning of block.John MacFarlane
2024-02-18LaTeX writer: fix bug when a language is specified in two different ways.John MacFarlane
2024-02-16More fixes for SVG ids with `--self-contained`.John MacFarlane
2024-02-13Add djot reader and writer.djotJohn MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2024-02-13LaTeX reader: improve treatment of cref, Cref.John MacFarlane
2024-02-12Typst writer: improve citation support.John MacFarlane
2024-02-12HTML5 writer: Add suffix to multiple footnote section idsSam May
2024-02-12Markdown writer: use different width fences for nested divs.John MacFarlane
2024-02-11Man reader: move spaces outside of emph/strong.John MacFarlane
2024-02-09Fix id replacements in SVGs with clipping paths.John MacFarlane
2024-02-09Fix size of duplicated SVGs with `--embed-resources`.John MacFarlane
2024-02-04Typst reader: fix handling of `dot()`, `tilde()`, `ddot()`.John MacFarlane
2024-02-04Typst reader: fix character used for `norm`.John MacFarlane
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-02-01Using internal column widths in pptx writer tables (#9392)Tomas Dahlqvist
2024-01-29Typst writer: handle labels and citaiton ids with spaces...John MacFarlane
2024-01-29Typst writer: avoid illegal labels.John MacFarlane