aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20T.P.Scripting: change types of `engineReadCustom`, `engineWriteCustom`.issue8378John MacFarlane
2022-10-20Regenerate hie.yamlJohn MacFarlane
2022-10-20Add custom extensions.John MacFarlane
2022-10-20Lua: add new module `pandoc.zip`Albert Krewinkel
2022-10-19T.P.Class: make `getPOSIXTime`, `getZonedTime` sensitive to...John MacFarlane
2022-10-19Makefile: improve linecounts target.John MacFarlane
2022-10-19Makefile: exclude tests from SOURCEFILESJohn MacFarlane
2022-10-19Makefile: and linecounts targetJohn MacFarlane
2022-10-19Text.Pandoc.Shared: remove `findM` [API change].John MacFarlane
2022-10-19Add repl target to MakefileJohn MacFarlane
2022-10-19Text.Pandoc.Shared: remove deprecated `makeMeta` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19T.P.Shared: remove `mapLeft` [API change].John MacFarlane
2022-10-19Move `defaultUserDataDir` from T.P.Shared to T.P.Data [API change].John MacFarlane
2022-10-19Makefile: make sure we run tests for pandoc-lua-engine tooJohn MacFarlane
2022-10-19Fix import in pandoc-lua-engine tests.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18T.P.SelfContained: use T.P.Parsing rather than direct Text.Parsec.John MacFarlane
2022-10-18T.P.Sources: UpdateSourcePos instances for String and...John MacFarlane
2022-10-18T.P.Citeproc.Locator: remove unnecessary import of Text.Parsec.John MacFarlane
2022-10-18Revert "HTML reader: avoid duplicating any existing identifier..."John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-18HTML reader: avoid duplicating any existing identifier...John MacFarlane
2022-10-18Revert "MediaWiki writer: avoid extra section divs with repeated ids."John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-17CI: Make sure we test -lua configuration.John MacFarlane
2022-10-17Add tools/latex-package-dependencies.lua.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