aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2025-11-08ICML writer: base FirstParagraph styles on corresponding...issue_11268John MacFarlane
2025-11-05ICML writer: add FirstParagraph and Bibliography styles.John MacFarlane
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-18Org reader: parse parameter lists on unknown blocks.Albert Krewinkel
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-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
2025-09-24Add `shorthands` variable for LaTeX output.John MacFarlane
2025-09-24RST writer: ensure blank line before directives.John MacFarlane
2025-09-20OpenDocument writer: Add missing table elements (#11157)TuongNM
2025-09-18RST reader: fix regression in simple table parsing.John MacFarlane
2025-09-17Docx reader: properly calculate table column widths.John MacFarlane
2025-09-16LaTeX writer: ensure that unlabelled tables don't increment counter.John MacFarlane
2025-09-16Markdown reader: Improve superscript/subscript/inline note parsing.John MacFarlane
2025-09-15LaTeX reader: ignore `\pandocbounded`.John MacFarlane
2025-09-15Markdown writer: improve handling of implicit figures.John MacFarlane
2025-09-15RST reader: parse `:alt:` on figure.John MacFarlane
2025-09-15LaTeX writer: Protect VERB in caption (#11139)TuongNM
2025-09-12Markdown reader: Fix simple table alignment (#11136)TuongNM
2025-09-10Add support for reading typst pagebreak (#11126)Raymond Berger
2025-09-10Markdown writer: use approximate pipe tables when it's the only option.John MacFarlane
2025-09-09RST Reader: Add col spans for simple tablesTuong Nguyen Manh
2025-09-09T.P.Writers.Shared: add new function `removeLinks`.Albert Krewinkel
2025-09-06Docx reader: better handling of AlternateContent.John MacFarlane
2025-09-03Fix test case that changed because of addition of nocase span.John MacFarlane
2025-09-03T.P.Citeproc.BibTeX: Protect case in periodical titles.John MacFarlane
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM
2025-09-02Update default.csl from new chicago-author-date.csl.John MacFarlane
2025-09-02Use latest dev citeproc.John MacFarlane
2025-09-02Change `latex-pos` to `latex-placement`.John MacFarlane
2025-08-30Typst reader: properly resolve image paths in included files.John MacFarlane
2025-08-26Typst Writer: Check XID_Continue in identifiersTuong Nguyen Manh
2025-08-17Rename command test for 10047 -> 11047.John MacFarlane
2025-08-17Citeproc: don't move footnotes around em-dashes.John MacFarlane
2025-08-17Typst writer: add escapes to prevent inadvertent lists...John MacFarlane
2025-08-14Org reader: accept quoted values as argument values.Albert Krewinkel