aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2023-08-05HTML reader: properly calculate RowHeadColumns.John MacFarlane
2023-08-05Add test for #8984.John MacFarlane
2023-08-05HTML reader: require unanimity for RowHeadColumns.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-25SelfContained: Improve inline SVGs.John MacFarlane
2023-07-25Typst writer: escape `//`.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-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-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-06-24Update #8764 command test for latest change to HTML table parser (#8634).John MacFarlane
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-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-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-05-01Writers.OpenDocument: handle row header column cells as header cellsMichael Stahl
2023-05-01Writers.OpenDocument: handle row header column cells as ordinary cellsMichael Stahl
2023-05-01Writers.OpenDocument: fix invalid text:p inside text:p from metaMichael Stahl
2023-04-28Writers.ODT: stop validator complaints by producing ODF 1.3Michael Stahl
2023-04-05Remove links from inside links in mediawiki writer (#8739)wgevaert
2023-04-01Org reader: require abstract environment to use lowercaseAlbert Krewinkel
2023-03-29HTML writer: use first paragraph in task item as checkbox label.Albert Krewinkel
2023-03-26Moved a misplaced command test.John MacFarlane
2023-03-20HTML reader: fix behavior with `-native_spans-raw_html`.John MacFarlane
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-03-13Jira reader: add panel title as nested divAlbert Krewinkel
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
2023-03-03Asciidoc writer: Properly escape `|` in table cells.John MacFarlane
2023-03-01Make sure TSV reader doesn't gobble tabs as whitespace.John MacFarlane
2023-03-01Org reader: accept empty tablesAlbert Krewinkel
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert Krewinkel
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-02-09Citeproc: Fix bug in metaValueToReference.John MacFarlane
2023-02-01Handle % in biblatex doi field.John MacFarlane
2023-02-01Add some diagnostics to newif test.John MacFarlane
2023-01-23LaTeX reader: Fix bug in macro resolution for environments.John MacFarlane
2023-01-20HTML writer: don't omit newlines in task lists.John MacFarlane
2023-01-20HTML writer: don't disable checkboxes in task lists.John MacFarlane
2023-01-16Add tests for org tagsAlbert Krewinkel
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel