aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-12-20MediaWiki reader: add behavior switches support (#11354)Anton Melnikov
2025-12-14Updaet to latest dev texmath, typst.John MacFarlane
2025-12-14Markdown reader: fix parsing of inline math (`$...$`) (#11348)benniekiss
2025-12-13DocBook reader: Fix adding wrong metadata (#11347)Tuong Nguyen Manh
2025-12-11JATS writer: fix XML output for nested figuresAlbert Krewinkel
2025-12-11Markdown writer: use setext for headers containing line breaks...John MacFarlane
2025-12-10Org: don't include 'example' class when parsing org example blocks.John MacFarlane
2025-12-09Typst writer: escape hyphens when needed.John MacFarlane
2025-12-07Implement `reset-citation-positions` class on headings.John MacFarlane
2025-12-06HTML5 template: conditionally include lang attribute.John MacFarlane
2025-12-05HTML reader: parse inline style elements as RawInline.John MacFarlane
2025-12-05RST reader: fix definition lists where term ends with `-`.John MacFarlane
2025-12-02Texinfo writer: improve handling of certain code blocks.John MacFarlane
2025-11-30Docx reader: Handle REF link instruction (#11296)Ezwal
2025-11-30ANSI writer: Apply row spans in tables (#11294)Tuong Nguyen Manh
2025-11-30pptx writer: Handle reference doc without slides (#11310)Tuong Nguyen Manh
2025-11-30RST reader: correctly handle intraword emphasis.John MacFarlane
2025-11-30Use latest dev asciidoc.John MacFarlane
2025-11-29Add asciidoc as an input format.John MacFarlane
2025-11-24Fix warning in Docx reader test.John MacFarlane
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2025-11-24Support pptx (PowerPoint) as an input format.Anton Antich
2025-11-16HTML writer: use 'defer' when including mathjax script.John MacFarlane
2025-11-05Add BBCode writer (#11242)reptee
2025-11-04Better handling of `\makeatletter` in parsing raw LaTeX.John MacFarlane
2025-11-04Add command test for #9953.John MacFarlane
2025-11-04LaTeX reader: fix spurious paragraph breaks in math environments (#11265)Emmanuel Ferdman
2025-11-03LaTeX reader: fix bugs in raw LaTeX parsing.John MacFarlane
2025-11-03asciidoc writer: Add more table features (#11267)Tuong Nguyen Manh
2025-11-02LaTeX writer: improve handling of math environments in tex math.John MacFarlane
2025-10-30Typst reader: handle document metadata and `#title`.John MacFarlane
2025-10-30Fix tests for #11259 change.John MacFarlane
2025-10-27Djot reader: add Space elements.John MacFarlane
2025-10-26Use dev versions of typst-hs, texmath, typst-symbols.John MacFarlane
2025-10-26Typst template: fix font for compatibility with typst 0.14.John MacFarlane
2025-10-24Use latest dev citeproc.John MacFarlane
2025-10-18Org reader: parse parameter lists on unknown blocks.Albert Krewinkel
2025-10-18Typst template: ensure that title block is properly centered.John MacFarlane
2025-10-18Update to use latest dev citeproc.John MacFarlane
2025-10-16Fix #6959 test so it works on Windows.John MacFarlane
2025-10-15Docx writer: properly handle nested comment spans.John MacFarlane
2025-10-14RST writer: Don't use simple tables with RowSpans (#11214)TuongNM
2025-10-13RTF reader: improve hyperlink parsing.John MacFarlane
2025-10-13Typst writer: Escape open paren after non-space.John MacFarlane
2025-10-06LaTeX writer/template: small fix for unnumbered tables.John MacFarlane
2025-10-05Typst writer: don't add semicolons as much.John MacFarlane
2025-10-04Typst template: fix 3.8 regression in which links disappear.John MacFarlane
2025-10-04LaTeX writer: Fix strikeout in links (#11192)TuongNM
2025-10-02Markdown tables: implement `table_attributes` extension.John MacFarlane
2025-09-29RST writer: Add col spans for simple tables (#11173)TuongNM