aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17Fix compiler warning.issue8382John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError.John MacFarlane
2022-10-17Adjust tests for CSS change; add CSS comments to mark...John MacFarlane
2022-10-17Fix typo introduced by recent commit in styles.html.John MacFarlane
2022-10-17MediaWiki writer: avoid extra section divs with repeated ids.John MacFarlane
2022-10-17Use styles.citations.html partial in styles.html.John MacFarlane
2022-10-17EPUB CSS changes.John MacFarlane
2022-10-17MANUAL: Clarify that `--css` should be used with `-s`.John MacFarlane
2022-10-16T.P.Readers.VimWiki: avoid direct import of parsec.John MacFarlane
2022-10-16T.P.Parsing: export errorMessages, messageString.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-16Makefile: add ghcid targetJohn MacFarlane
2022-10-16RST writer: improve inline escaping rules.John MacFarlane
2022-10-16Makefile: fix .PHONY for test and build.John MacFarlane
2022-10-16MANUAL: fix reference link in section "pandoc-lua"Albert Krewinkel
2022-10-16Lua: fix rendering of Lua errors in LuaAlbert Krewinkel
2022-10-16Makefile: hide command output for `make binpath`.John MacFarlane
2022-10-16'make help': add environment variables and default values.John MacFarlane
2022-10-16Makefile changes.John MacFarlane
2022-10-16Lua: fix peeker for PandocError.Albert Krewinkel
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