aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-27AsciiDoc writer: use doubled delims in more contexts.John MacFarlane
2025-12-27RTF reader: Ensure new paragraph on \pard (#11361)Tuong Nguyen Manh
2025-12-24Factor out openURL into T.P.Class.IO.HTTP.John MacFarlane
2025-12-24openURL without http support: Use throwError rather than error.John MacFarlane
2025-12-24Add http cabal flag.John MacFarlane
2025-12-24Change PandocHttpError constructor type.John MacFarlane
2025-12-20MediaWiki reader: add behavior switches support (#11354)Anton Melnikov
2025-12-15PDF: add SOURCE_DATE_EPOCH to verbose env variable infoJohn MacFarlane
2025-12-15Fix typo.John MacFarlane
2025-12-14Markdown reader: fix parsing of inline math (`$...$`) (#11348)benniekiss
2025-12-13DocBook reader: Fix adding wrong metadata (#11347)Tuong Nguyen Manh
2025-12-12Fix some more imports involving foldl'.John MacFarlane
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-12-11Fix compiler warning.John MacFarlane
2025-12-11Remove workaround that had been needed for older ghc versions.John MacFarlane
2025-12-11Remove obsolete comment.John MacFarlane
2025-12-11JATS writer: fix XML output for nested figuresAlbert Krewinkel
2025-12-11Remove redundant import.John MacFarlane
2025-12-11Markdown writer: use setext for headers containing line breaks...John MacFarlane
2025-12-11Markdown writer: ensure \ line breaks are used for commonmark.John MacFarlane
2025-12-11T.P.Shared: export hasLineBreaks.John MacFarlane
2025-12-10Org: don't include 'example' class when parsing org example blocks.John MacFarlane
2025-12-09Typst writer: escape hyphens when needed.John MacFarlane
2025-12-09Citeproc: avoid adding an extra space at the beginning of a Cite.John MacFarlane
2025-12-07Implement `reset-citation-positions` class on headings.John MacFarlane
2025-12-05HTML reader: parse inline style elements as RawInline.John MacFarlane
2025-12-05Revert "HTML reader: ignore style tags in the body."John MacFarlane
2025-12-05RST reader: fix definition lists where term ends with `-`.John MacFarlane
2025-12-04Citeproc.BibTeX: Fix typo affecting `jurisdiction` biblatex type.John MacFarlane
2025-12-04Fix biblatex parsing of `@commentary` entries.John MacFarlane
2025-12-02Texinfo writer: improve handling of certain code blocks.John MacFarlane
2025-12-01Fix spacing issue.John MacFarlane
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