aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08RST writer: avoid extra blank line after empty list item.John MacFarlane
2022-01-08Org writer: fix extra blank line inserted after empty list item.John MacFarlane
2022-01-08Org writer: don't add blank line before lists.John MacFarlane
2022-01-08writeMedia: unescape percent-encoding in creating file path.John MacFarlane
2022-01-08toLocatorMap: store keys as lowercase.John MacFarlane
2022-01-07Further improvements to doc/lua-filters.md.John MacFarlane
2022-01-07lua-filters.doc: use header attributes, not spans.John MacFarlane
2022-01-07lua-filters.doc: use headings instead of nested def lists.John MacFarlane
2022-01-07T.P.Readers.LaTeX.SIunitx: explicit imports.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-07Add tools/build-and-upload-api-docs.sh.John MacFarlane
2022-01-07More gitignore tweaks.John MacFarlane
2022-01-07Org writer: support starting number cookiesLucas Viana
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix gitignore wildcards to use `**`.John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-06MediaWiki writer: Remove redundant display text for wiki linksJesse Hathaway
2022-01-06Change stretch to r-stretch in manual for reveal.js.John MacFarlane
2022-01-06Modify .gitignore.John MacFarlane
2022-01-06reveal.js: Make sure images with r-stretch are not in p tags.John MacFarlane
2022-01-06reveal.js: don't add r-fit-text class to section.John MacFarlane
2022-01-06Org reader: support counter cookies in listsLucas Viana
2022-01-05AsciiDoc writer: improve detection of intraword emphasis.John MacFarlane
2022-01-05MANUAL.txt: clarify "standard Markdown" as "original Markdown"Martin Fischer
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: marshal templates as opaque userdata valuesAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-04Lua: add function `pandoc.write`Albert Krewinkel
2022-01-04Stop exporting `writeCustom` from module T.P.Writers [API change]Albert Krewinkel
2022-01-03Markdown writer: fix indentation issue in footnotes.John MacFarlane
2022-01-03DocBook reader: be sensitive to spacing="compact" in lists.John MacFarlane
2022-01-03Issue error with --list-extensions for invalid formats.John MacFarlane
2022-01-03parseFormatSpec: cleaner error message for invalid extensions.John MacFarlane
2022-01-03Minor code improvement.John MacFarlane
2022-01-03Don't read sources until in/out format are verified.John MacFarlane
2022-01-02ConTeXt template: make title appear in PDF title bar.John MacFarlane
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2022-01-02Change reference.pptx to use 16:9 aspect ratio.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-02Lua writer: allow variables to be set via second return value of `Doc`Albert Krewinkel
2022-01-02doc/lua-filters.md: fix and improve documentationAlbert Krewinkel
2022-01-02Lua writer: provide global `PANDOC_WRITER_OPTIONS`Albert Krewinkel
2022-01-01Use latest version of KaTeX.John MacFarlane
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2022-01-01Apply some HLint suggestionsAlbert Krewinkel
2022-01-01stack.yaml: add missing hslua-aeson entry to extra-depsAlbert Krewinkel
2022-01-01Org reader: allow trailing spaces after key/value pairs in directivesAlbert Krewinkel
2022-01-01Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSONAlbert Krewinkel
2021-12-31Lua: use global state when parsing documents in `pandoc.read`Albert Krewinkel
2021-12-31Lua: cleanup stack in peekReadOptionsTableAlbert Krewinkel