summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
2023-08-09LaTeX writer: Improve escaping of URIs in href, url.John MacFarlane
2023-08-09Typst writer: put the label in right place for Div, use `#block`.John MacFarlane
2023-08-09HTML reader: avoid duplicate id on header and div.John MacFarlane
2023-08-05HTML reader: properly calculate RowHeadColumns.John MacFarlane
2023-08-05Add test for #8984.John MacFarlane
2023-08-05Revert "Revert "Update #8764 command test for latest change to HTML table par...John MacFarlane
2023-08-05HTML reader: require unanimity for RowHeadColumns.John MacFarlane
2023-08-05Revert "Update TableBody RowHeadColumns caculation: change from max to min (#...John MacFarlane
2023-08-05Revert "Update #8764 command test for latest change to HTML table parser (#86...John MacFarlane
2023-08-04OpenDocument writer: implement syntax highlighting.John MacFarlane
2023-08-04Started implementing syntax highlighting for ODT.John MacFarlane
2023-07-27SelfContained: retain attributes in svg tag...John MacFarlane
2023-07-26SelfContained: fix calculation of svg width and height.John MacFarlane
2023-07-26Add clause for svg to default CSS for HTML.John MacFarlane
2023-07-25SelfContained: Improve inline SVGs.John MacFarlane
2023-07-25Typst writer: escape `//`.John MacFarlane
2023-07-20Fix new variant of the vulnerability in CVE-2023-35936.John MacFarlane
2023-07-19Refine command line option preprocessor and add tests for #8956.John MacFarlane
2023-07-19Add test for #8956.John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.John MacFarlane
2023-07-13Fix bugs in implementation of #8948.John MacFarlane
2023-07-12RST writer: fix figure handling.John MacFarlane
2023-07-11SelfContained: Use inline svg instead of data uris...John MacFarlane
2023-07-10Typst reader: fix regression in recognition of display math.John MacFarlane
2023-07-06Add typst reader tests.John MacFarlane
2023-07-06Move test/tables.asciidoctor -> test/tables.asciidoc_legacy.John MacFarlane
2023-07-05Fix asciidoc testsJohn MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-07-02Update line-through for asciidoc writer to custom inline style (#8934)Kevin Broch
2023-06-30Typst writer: improve handling of autolinks.John MacFarlane
2023-06-24Update #8764 command test for latest change to HTML table parser (#8634).John MacFarlane
2023-06-24Update TableBody RowHeadColumns caculation: change from max to min (#8634)Ruqi
2023-06-23Improve tests for fillMediaBag/extractMedia.John MacFarlane
2023-06-23Add tests for fillMediaBag/extractMedia.John MacFarlane
2023-06-22Retain image query parameters in dokuwiki reader (#8887)ech0
2023-06-22Textile reader: Add support for link references (#8706)Stephen Altamirano
2023-06-22LaTeX reader: support alt text on images. (#8745)Albert Krewinkel
2023-06-19Make `implicit_figures` work again in commonmark reader.John MacFarlane
2023-06-17Update tests for #8903John MacFarlane
2023-06-08Add footer and multiple body parsing to JATS table reader (#8795)Noah Malmed
2023-06-07Parse references title from ref-list in JATS reader.John MacFarlane
2023-06-07JATS writer: include title in ref-list.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