aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-26HTML reader: don't drop the initial newline in a pre element.John MacFarlane
2025-08-26Typst Writer: Check XID_Continue in identifiersTuong Nguyen Manh
2025-08-26Support header and footer in MAN readerSean Soon
2025-08-26Markdown reader: don't confuse a span after...John MacFarlane
2025-08-21Make `-t chunkedhtml -o -` output to stdout (as documented)...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-17LaTeX writer: add braces around comments in title-meta.John MacFarlane
2025-08-15ImageSize: Fix JPEG file signature detection.R. N. West
2025-08-14ImageSize: Handle jpgs with signature FF D8 FF EE.John MacFarlane
2025-08-14Org reader: allow "greater block" names to contain any non-space charAlbert Krewinkel
2025-08-14Org reader: accept quoted values as argument values.Albert Krewinkel
2025-08-12Typst writer: add parens around typst-native year-only citations.John MacFarlane
2025-08-11Create directory of output file if it doesn't exist.John MacFarlane
2025-08-11Docx writer: ensure that documents don't start with a section separatorAlbert Krewinkel
2025-08-11LaTeX reader/writer: change handling of math environments.John MacFarlane
2025-08-10LaTeX reader: parse `\minisec` as unlisted level 6 headings.Albert Krewinkel
2025-08-10T.P.Writers.Shared: amend docs of `lookupMeta...` functions.Albert Krewinkel
2025-08-10ODT Reader: Add table-header-rowsTuong Nguyen Manh
2025-08-09T.P.Options: Add and export `defaultWebTeXURL` WebTeX URL [API change] (#11029)Sean Soon
2025-08-06Org template: add `#+options` lines if necessaryAlbert Krewinkel
2025-08-06Org writer: disable smart quotes by defaultAlbert Krewinkel
2025-08-06Add `smart_quotes` and `special_strings` extensions for OrgAlbert Krewinkel
2025-08-06LaTeX writer: set `pdf-trailer-id` if `SOURCE_DATE_EPOCH` envvar is setAlbert Krewinkel
2025-08-06LaTeX reader and writer: add support for soft hypensAlbert Krewinkel
2025-08-06ImageSize: Unpack compressed object streams in PDFs...John MacFarlane
2025-08-04Do not drop fragment/hash for local file paths.John MacFarlane
2025-08-03Fix named entity lookup in POD readerEvan Silberman
2025-08-03Typst reader: handle inline-level show rules on block content.John MacFarlane
2025-08-02HTML writer: Unwrap "wrapper" divs.John MacFarlane
2025-08-01Text.Pandoc.PDF: avoid encoding errors when reading LaTeX logs.John MacFarlane
2025-08-01PandocMonad: add function `runSilently` [API Change]Albert Krewinkel
2025-08-01Make CommonState opaque.John 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