aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
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-19DocBook reader: add empty title to admonition div if not present.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-14Markdown reader: Fix bug with footnotes at end of fenced div.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-28Fix regression in section numbering.John MacFarlane
2024-02-19Markdown reader: fix regression in link parsing...John MacFarlane
2024-02-19Org reader/writer: support admonitions.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-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-03Shared: `makeSections` behavior changes.John MacFarlane
2024-01-29Typst writer: handle labels and citaiton ids with spaces...John MacFarlane
2024-01-29Typst writer: avoid illegal labels.John MacFarlane
2024-01-29LaTeX reader: generate relative widths for `\linewidth`, `\textheight`.John MacFarlane
2024-01-29Makefile: change default rule to build THEN test.John MacFarlane
2024-01-29Typst writer escaping improvements.John MacFarlane
2024-01-26EPUB reader: don't put `#` characters in identifiers.John MacFarlane
2024-01-25Add some kerns where needed between quotes in LaTeX output.John MacFarlane
2024-01-23add testcaseGokul Rajiv
2024-01-22Org writer: escape special lines in code blocksAlbert Krewinkel
2024-01-20LaTeX writer: create valid table even when table is empty.John MacFarlane
2024-01-18Markdown writer: fix output for pipe tables...John MacFarlane
2023-12-30Add command test for #9293.John MacFarlane
2023-12-26ODT/opendocument writers: properly handle highlighting styles.John MacFarlane
2023-12-22Markdown writer: add table identifier at end of caption if present.John MacFarlane
2023-12-20Org reader: parse caption and label for grid tables.John MacFarlane
2023-12-18LaTeX writer: omit superfluous page locator label...John MacFarlane
2023-12-05Add tests for alerts gfm <-> docbook.John MacFarlane