aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15Use skylighting 0.13.1.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-14Update changelog.John MacFarlane
2022-10-14changelog: remove reverted change.Albert Krewinkel
2022-10-14Lua: Support built-in default templates for custom writersAlbert Krewinkel
2022-10-14doc/custom-writers.md: fix formattingAlbert Krewinkel
2022-10-14doc/custom-writers.md: Rephrase paragraph on format extensions (#8375)Ilona
2022-10-13CI: make sure we catch benchmark build failure.John MacFarlane
2022-10-13Extensions: simpler implementation based on Set.John MacFarlane
2022-10-13Got benchmarks compiling with new API.John MacFarlane
2022-10-13FlavoredFormat: add Show, Semigroup, Monad instancesJohn MacFarlane
2022-10-14Changelog: fix some typos, attributionAlbert Krewinkel
2022-10-13Update changelog.John MacFarlane
2022-10-13Rollback parameterize options on scripting engine.John MacFarlane
2022-10-12Lua: add function `pandoc.template.meta_to_context`.Albert Krewinkel
2022-10-12Lua: support extensions in custom readers.Albert Krewinkel
2022-10-12Lua: allow Doc values in `WriterOptions.variables`.Albert Krewinkel
2022-10-11Lua: add function `pandoc.template.apply`Albert Krewinkel
2022-10-11Templates: use filename to search for default template of custom writersAlbert Krewinkel
2022-10-11Templates: do not try to normalize input to `getDefaultTemplate`Albert Krewinkel
2022-10-10Simplify some citation code in LaTeX writer.John MacFarlane
2022-10-10Lua: support extensions in custom writersAlbert Krewinkel
2022-10-10MANUAL.txt: add note about MathJax fonts to `--embed-resources`.John MacFarlane
2022-10-10doc/libraries.md: add hslua-cli and the hslua-module-* packagesAlbert Krewinkel
2022-10-10Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)Amir Dekel
2022-10-10doc/lua-filters.md: deprecate PANDOC_WRITER_OPTIONS in custom writersAlbert Krewinkel
2022-10-10Lua: support custom bytestring readers.Albert Krewinkel
2022-10-10Remove redundant import from T.P.ScriptingAlbert Krewinkel
2022-10-10Lua: use `Reader` type for custom readers.Albert Krewinkel
2022-10-09HTML writer; Properly merge classes for headings of level > 6.John MacFarlane
2022-10-09CI: build and test all componentsAlbert Krewinkel
2022-10-09doc/lua-filters.md: fix typosAlbert Krewinkel
2022-10-08Update Lua filter doc: modify Zerobrane instructions to use Lua 5.4 (#8353)Ian Max Andolina
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-10-08[API Change] T.P.Error: Add new constructor "PandocFormatError"Albert Krewinkel
2022-10-08Extensions: add new function `readExtension`Albert Krewinkel
2022-10-08Update texmath version in stack.yaml.John MacFarlane
2022-10-08Use texmath 0.12.5.4.John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-06latex template: set fonts after Beamer themeJeremie Knuesel
2022-10-06Lua: cleanup module dependenciesAlbert Krewinkel
2022-10-05Require citeproc >= 0.8.0.2.John MacFarlane
2022-10-05Lua: fix tests on Windows broken in previous commit.Albert Krewinkel
2022-10-05Lua: produce more informative error messages for pandoc errorsAlbert Krewinkel
2022-10-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-05Tweaked RELEASE-CHECKLIST.John MacFarlane
2022-10-05Extensions: fix JSON decoding of ExtensionsAlbert Krewinkel
2022-10-04Add authors target to Makefile.John MacFarlane
2022-10-04Improve 'make prerelease' (formerly check).John MacFarlane