aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-30Docx reader: Handle REF link instruction (#11296)Ezwal
2025-11-30Add reveal.js scroll view option to HTML writer (#11305)Asliddinbek Azizovich
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-30Change message for missing HTML title warning.John MacFarlane
2025-11-30RST reader: correctly handle intraword emphasis.John MacFarlane
2025-11-30Make Control.Monad import unqualified.John MacFarlane
2025-11-29Avoid compiler warning with mplus import.John MacFarlane
2025-11-29Add asciidoc as an input format.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-12LaTeX writer: make L1-3 headings work inside blockquotes.James Barlow
2025-11-12Docx reader: check recursively for caption styles.Albert Krewinkel
2025-11-06PDF: avoid converting SVG to PDF when non-TeX PDF engine is used.John MacFarlane
2025-11-05LaTeX writer: Remove `split` from list of math environments.John MacFarlane
2025-11-05LaTeX reader: revert `\linebreak` as LineBreak.John MacFarlane
2025-11-05Add BBCode writer (#11242)reptee
2025-11-04Better handling of `\makeatletter` in parsing raw LaTeX.John MacFarlane
2025-11-04Revert "Improve parsing of raw LaTeX blocks..."John MacFarlane
2025-11-04Improve parsing of raw LaTeX blocks...John MacFarlane
2025-11-04T.P.LaTeX.Parsing: change type on rawLaTeXParser.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-03Markdown reader: fix performance issue in links with `'`.John MacFarlane
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-30PDF: fix regression with typst and smart quotes.John MacFarlane
2025-10-28LaTeX reader: Moved some entries from environments to blockCommands.John MacFarlane
2025-10-27Djot reader: add Space elements.John MacFarlane
2025-10-24Citeproc: allow formatting in locator to be transmitted to citeproc.John MacFarlane
2025-10-18Org reader: parse parameter lists on unknown blocks.Albert Krewinkel
2025-10-18Org reader: add support for dynamic blocks.Albert Krewinkel
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-11HTML reader: allow blank space between open and close iframe.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-04Small improvement to oneOfStrings.John MacFarlane
2025-10-04LaTeX writer: Fix strikeout in links (#11192)TuongNM
2025-10-03Parsing.General: Rewrite `oneOfStrings'` with less conversion to string.John MacFarlane
2025-10-02Markdown tables: implement `table_attributes` extension.John MacFarlane
2025-09-29T.P.XML: Add `fetchpriority` to list of HTML attributes.John MacFarlane
2025-09-29RST writer: Add col spans for simple tables (#11173)TuongNM
2025-09-28LaTeX writer: Fix strikeouts in beamer title (#11169)TuongNM
2025-09-28Typst writer: Fix syntax highlighting.John MacFarlane
2025-09-28T.P.Highlighting: export typst functions.John MacFarlane