aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06EPUB writer: refactor to use T.P.Chunks.issue6122John MacFarlane
2022-11-06Move SecInfo, toTOCTree to T.P.Chunks.John MacFarlane
2022-11-06Add Text.Pandoc.Chunks.John MacFarlane
2022-11-06Remove stray character in epub.css.John MacFarlane
2022-11-06Fix warnings.John MacFarlane
2022-11-06EPUB writer: refactor createChaptersAndRefTable.John MacFarlane
2022-11-06T.P.Writers.Shared: refactor toTableOfContents.John MacFarlane
2022-11-04Change default background color of PDFs generated via HTML (#8422)Marcin Serwin
2022-11-04clarify font selection for pdf -t ms (#8421)nbehrnd
2022-11-04Use ghc4pandoc 9.4.3 docker image (#8420)Olivier Benz
2022-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-11-02EPUB writer: add includeTitlePage param to createNavEntry.John MacFarlane
2022-11-02epub.css: left-align h1, as before.John MacFarlane
2022-11-02EPUB writer: Simplify params for createNavEntry.John MacFarlane
2022-11-02ODT reader: handle "section" elements.John MacFarlane
2022-11-02ipynb reader: add cell id to attachment filename...John MacFarlane
2022-10-31Fix import.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-31Re-add TemplateHaskell pragma in pandoc-cli.John MacFarlane
2022-10-30Improve 'make lint'.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-30make lint: remove apply-refactJohn MacFarlane
2022-10-30.hlint.yaml: ignore "Use <&>"John MacFarlane
2022-10-29Nightly: strip executables on windows and macos.John MacFarlane
2022-10-29Use cabal for nightly builds.John MacFarlane
2022-10-29Fix an import warning.John MacFarlane
2022-10-29Nightly windows: add stack clean.John MacFarlane
2022-10-29Use T.P.XML lookupEntity in Jira reader.John MacFarlane
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-10-29T.P.XML: use lookupEntity from commonmark-hs.John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-29ALlow nightly action to be run manually.John MacFarlane
2022-10-29Nightly windows build: use --local-bin-path to place binary.John MacFarlane
2022-10-28Use skylighting 0.13.1.1John MacFarlane
2022-10-28stack.yaml: use dev version of citeproc.John MacFarlane
2022-10-28CI: add ghc 9.4.2.John MacFarlane
2022-10-28Print starting server message to stderr instead of stdout.John MacFarlane
2022-10-28Issue message when starting up server indicating the port.John MacFarlane
2022-10-28Use ghc4pandoc 9.4.2 docker image.John MacFarlane
2022-10-27Don't fail on inline metadata beginning with newline.John MacFarlane
2022-10-27Fix test for template marshaling.Albert Krewinkel
2022-10-27Lua: allow strings in place of compiled templates.Albert Krewinkel
2022-10-27T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.John MacFarlane
2022-10-27T.P.PDF: fix papersize on PDF generation via ms.John MacFarlane
2022-10-26LaTeX reader: fix TEXINPUTS handling.John MacFarlane
2022-10-26ICML writer: use Contents element for images with raw data...John MacFarlane
2022-10-26Move aeson constraint from cabal.project to pandoc.cabal.John MacFarlane
2022-10-25Use latest dev citeproc.John MacFarlane