aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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-27Regenerate epub tests with latest changes to EPUB reader.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