main
CommandLineOptions: use optCSL and optBibliography...
Prevent wrong combination of subtitle and titleaddon with maintitle (#11677)
Revise change to `--extract-media`.
Update copyright dates to 2024.
Harmonize maintainer email addresses in module headers.
Parsing: use Builder in inBalancedBraces, avoid unpack/pack
Markdown raw HTML: fix handling of void hr element.
LaTeX writer: omit empty caption on unnumbered tables.
App: enable `auto_identifiers` when a table of contents is requested.
Add unexported module Text.Pandoc.Char.
Chunks: replace partial function `tail` with `drop 1`.
Citeproc: avoid adding an extra space at the beginning of a Cite.
Make CommonState opaque.
Use implicit Prelude (#6187)
Ensure that IO error messages go to stderr.
Typst reader: support `auto_identifiers` extension.
Disable citations extension in writers if `--citeproc` is used.
Fix imports to avoid warning about foldl'.
Typst writer: Fix syntax highlighting.
ImageSize: correctly handle percentage width, height on svg.
LaTeX writer: Add PDF standard support via DocumentMetadata (#11407)
T.P.Mime: fix typo in avif mime type (#10735)
Prefer MIME type when determining extensions for MediaBag items (#10557)
Use MathJax v4 in default HTML templates.
LaTeX writer: Provide a way to use table instead of longtable.
RST Reader: Add col spans for simple tables
Add asciidoc as an input format.
Use the most compatible form for roff escapes.
Change PandocHttpError constructor type.
Shared: taskListItemFromAscii - handle empty task list case.
Add BBCode writer (#11242)
Allow `--shift-heading-level-by=-1` to work in djot...
Translations: find lang-script type translations.
Handle percent encoding in pBase64URI.
Remove obsolete comment.
Add Txt2Tags writer (#11699).
T.P.XML: Add `fetchpriority` to list of HTML attributes.
New `xml` format exactly representing a Pandoc AST.