aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-10Chunks: remove unused imports.chunkedhtmlJohn MacFarlane
2023-01-10T.P.Chunks: remove Ord instances for SecInfo, Chunk, ChunkedDoc.John MacFarlane
2023-01-10Add ChunkedHTML writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2023-01-06Add `code { hyphens: manual; }` to HTML and EPUB CSS.John MacFarlane
2023-01-05isURI: don't require non-ASCII characters to be escaped.John MacFarlane
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2023-01-04Use ghc4pandoc 9.4.4 docker imageOlivier Benz
2023-01-03Lua: add functions `pandoc.text.toencoding`, `pandoc.text.fromencoding`.Albert Krewinkel
2023-01-02epub.css: comment out flex rules.John MacFarlane
2022-12-28Man writer: use UTF-8 by default for non-ascii characters.John MacFarlane
2022-12-22Support "software" type in biblatex <-> CSL conversions.John MacFarlane
2022-12-22Make sure "version" field comes through in biblatex.John MacFarlane
2022-12-22Use latest skylighting-format-context.John MacFarlane
2022-12-22Reveal.js template: prevent line-wrapping of parallax optionsAlbert Krewinkel
2022-12-21Fix class name hanging -> hanging-indent in styles.citations.html.John MacFarlane
2022-12-21Use latest dev citeproc.John MacFarlane
2022-12-20T.P.Scripting: Refactor the scripting engine.John MacFarlane
2022-12-20T.P.Format: Monoid, Semigroup instance for ExtensionsConfig.John MacFarlane
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-20Markdown writer: avoid HTML fallbacks in the generated TOC.Albert Krewinkel
2022-12-18Update README.template (#8496)Sven Wick
2022-12-18Add Wrapper type documentation to Text.Pandoc.Templates (#8490)William Rusnack
2022-12-18ConTeXt writer: support syntax highlighting for code.Albert Krewinkel
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-12-16Lua: allow table structure as format spec.Albert Krewinkel
2022-12-16Format: add function `diffExtensions`.Albert Krewinkel
2022-12-16Format: use simpler structure for ExtensionsDiff.Albert Krewinkel
2022-12-16Extensions: add new function `disableExtensions`.Albert Krewinkel
2022-12-16ConTeXt writer: fix previous commit for some unlisted sectionsAlbert Krewinkel
2022-12-16ConTeXt writer: add support for unlisted, unnumbered headingsAlbert Krewinkel
2022-12-15Textile reader: handle empty paragraphs.John MacFarlane
2022-12-14T.P.App.OutputSettings: remove unused record field `outputWriterName`Albert Krewinkel
2022-12-14T.P.App: cleanup code, extract internal functionsAlbert Krewinkel
2022-12-14T.P.App: unify check for standalone outputAlbert Krewinkel
2022-12-13MANUAL: fix typo, spacingAlbert Krewinkel
2022-12-12Lua: add pandoc.cli moduleAlbert Krewinkel
2022-12-12Update default CSL with latest chicago-author-date.csl.John MacFarlane
2022-12-11Docx reader: fix handling of oMathPara in w:p with other content.John MacFarlane
2022-12-08Use skylighting 0.13.1.2John MacFarlane
2022-12-07Fix a tiny typo in lua-filters.mdTomBen
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-12-05Lua: support `-D` CLI option for custom writers [API change]Albert Krewinkel
2022-12-04Fix metadata parsing corner case.John MacFarlane
2022-12-04HTML writer: remove obsolete stuff about mathml-script.John MacFarlane
2022-12-04HTML writer: include math links if there are raw...John MacFarlane
2022-12-04EPUB writer: make title page optional.John MacFarlane
2022-12-03doc/lua-filters.md: add documentation for pandoc.formatAlbert Krewinkel
2022-12-02Avoid using 'error' for unassigned table cells.John MacFarlane
2022-12-01Multiple input files with --file-scope:John MacFarlane