aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-31Extract citationSuffix, citationPrefix.cite-prefixJohn MacFarlane
2025-07-31Improve org-cite parsing.John MacFarlane
2025-07-31Improve org citation parsing (allow space after ;).John MacFarlane
2025-07-30Fix mistaken attempt to fix #11006.John MacFarlane
2025-07-30Typst writer: add native Typst support for `nocite`.Albert Krewinkel
2025-07-29Asciidoc writer: handle lists with sublists following continuations.John MacFarlane
2025-07-29TikiWiki reader: Use getVerbosity instead of getCommonState.John MacFarlane
2025-07-29LaTeX writer: be more conservative about using `\url`.John MacFarlane
2025-07-29ImageSize: Add Point and Pica as constructors of ImageSize.John MacFarlane
2025-07-28Text.Pandoc.Class: Add `stManager` to CommonState.John MacFarlane
2025-07-27Markdown writer: use fenced divs even with empty attributes.Carlos Scheidegger
2025-07-27Org writer: don't wrap link descriptions.John MacFarlane
2025-07-27Docx reader: fix `stringToInteger`.John MacFarlane
2025-07-26Ensure that the default template for `xml` is null.John MacFarlane
2025-07-26Associate the `.xml` extension with the XML reader and writer.John MacFarlane
2025-07-26New `xml` format exactly representing a Pandoc AST.massifrg
2025-07-25PDF: Improve error readability when pdf-engine is not supported.Albert Krewinkel
2025-07-25PDF: allow `pdflatex-dev` and `lualatex-dev` as PDF enginesAlbert Krewinkel
2025-07-25T.P.PDF: clean up `makePDF`Albert Krewinkel
2025-07-24DocBook reader: Add rowspan support. (#10981)Sean Soon
2025-07-24Org reader: Recognize "fast access" characters in TODO state definitions (#10...Ryan Gibb
2025-07-23Ensure that all modules have explicit export lists.John MacFarlane
2025-07-23Fix incomplete pattern matches from new ImageType constructor.John MacFarlane
2025-07-22T.P.ImageSize: support avif images.John MacFarlane
2025-07-22Djot writer: fix duplicate attributes before section headings.John MacFarlane
2025-07-22Markdown writer: match indents in definition itemsAlbert Krewinkel
2025-07-21Typst: add support for custom and/or translated "Abstract" titlesAlbert Krewinkel
2025-07-20Use latest dev citeproc and update the default CSL...John MacFarlane
2025-07-14Typst writer: set lang attribute in Divs.John MacFarlane
2025-07-13Remove code duplication around version info.John MacFarlane
2025-07-13Revert "Export `copyrightMessage` from Text.Pandoc.App module."John MacFarlane
2025-07-13Export `copyrightMessage` from Text.Pandoc.App module.John MacFarlane
2025-07-13Use hardcoded string "pandoc" for program name in `--version`.John MacFarlane
2025-07-13Update `--version` copyright dates.John MacFarlane
2025-07-09PDF: Use utf8ToText for LaTeX log messages.John MacFarlane
2025-07-07PDF: make images from MediaBag available in tmp dir...John MacFarlane
2025-06-20Markdown writer: better handling of pandoc-generated code blocks.John MacFarlane
2025-06-18Typst writer: rename *numbering* variable to *section-numbering*.Albert Krewinkel
2025-06-16Fix compiler warning.John MacFarlane
2025-06-16DocBook writer: Fixed compiler warning.John MacFarlane
2025-06-16DocBook writer: use startingnumber instead of override...John MacFarlane
2025-06-16DocBook reader: be sensitive to startingnumber attribute...John MacFarlane
2025-06-16LaTeX reader: support `\ifmmode`.John MacFarlane
2025-06-08Docx reader: don't add highlighting if highlight color is "none."John MacFarlane
2025-06-05ANSI writer: make `--wrap=none` work properly.John MacFarlane
2025-06-03Docx reader: handle strict OpenXML as well as transitional.John MacFarlane
2025-06-02Markdown reader: make definition lists behave like other lists.John MacFarlane
2025-05-28Fix whitespace bugs.John MacFarlane
2025-05-28Adding support for sidebars to Asciidoc writerGreg
2025-05-28T.P.Writer.Shared gridTable: more grid table fixes.John MacFarlane