aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-09-27LaTeX writer: make beamer footnotes compatible with pauses.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-19Docx writer: fix regression (3.8) in highlighted code.John MacFarlane
2025-09-19Docx reader: handle figures in indented paragraphs.John MacFarlane
2025-09-19LaTeX writer: avoid `\_` in bibliography variable.John MacFarlane
2025-09-18RST reader: fix regression in simple table parsing.John MacFarlane
2025-09-18RST reader: SkippedContent warning if table directive...John MacFarlane
2025-09-17RST simple table fix.John MacFarlane
2025-09-17Docx reader: change default for textwidth.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-16Markdown reader: refactor out litBetween.John MacFarlane
2025-09-15Vimdoc writer (#11132)reptee
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-13xml reader: parse MetaString (#11137)massifrg
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-10Markdown writer: refactor table cases.John MacFarlane
2025-09-09PandocMonad: Let fetching fail if the HTTP request is not successful.Albert Krewinkel
2025-09-09RST Reader: Add col spans for simple tablesTuong Nguyen Manh
2025-09-09LaTeX writer: Don't add links to TOC.Albert Krewinkel
2025-09-09T.P.Writers.Shared: add new function `removeLinks`.Albert Krewinkel
2025-09-08pptx writer: Handle single columnTuong Nguyen Manh
2025-09-06Citeproc: put bibliography in a div with id `.*__refs`John MacFarlane
2025-09-06Fix spacing errors.John MacFarlane
2025-09-06Docx reader: better handling of AlternateContent.John MacFarlane
2025-09-06Partially undo commit 2e8ecb3.John MacFarlane
2025-09-04Revision of query/fragment dropping fix to #11021.John MacFarlane
2025-09-03T.P.Citeproc.BibTeX: Protect case in periodical titles.John MacFarlane
2025-09-03T.P.SelfContained: try fetching relative resources...John MacFarlane
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-09-02T.P.Options: add type `HighlightMethod` and patterns [API Change]Albert Krewinkel
2025-09-02T.P.Highlighting: export `defaultStyle` [API Change]Albert Krewinkel
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM