index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc-lua-engine
/
src
/
Text
/
Pandoc
/
Lua
/
Marshal
Age
Commit message (
Expand
)
Author
2024-02-20
Lua: avoid crashing when an error message is not valid UTF-8
Albert Krewinkel
2023-03-12
Lua: allow to get the JSON encoding of log messages
Albert Krewinkel
2023-02-09
Lua: add field `chunk_template` to WriterOptions objects [API change]
Albert Krewinkel
2023-01-18
Lua: add function pandoc.format.extensions.
Albert Krewinkel
2023-01-15
Lua: add module `pandoc.structure`.
Albert Krewinkel
2023-01-12
Replace `--epub-chapter-level` with `--split-level`.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-16
Lua: allow table structure as format spec.
Albert Krewinkel
2022-10-30
hlint suggestions.
John MacFarlane
2022-10-27
Lua: allow strings in place of compiled templates.
Albert Krewinkel
2022-10-20
Add custom extensions.
John MacFarlane
2022-10-16
Lua: fix rendering of Lua errors in Lua
Albert Krewinkel
2022-10-16
Lua: fix peeker for PandocError.
Albert Krewinkel
2022-10-12
Lua: add function `pandoc.template.meta_to_context`.
Albert Krewinkel
2022-10-12
Lua: allow Doc values in `WriterOptions.variables`.
Albert Krewinkel
2022-10-11
Lua: add function `pandoc.template.apply`
Albert Krewinkel
2022-10-10
Lua: support extensions in custom writers
Albert Krewinkel
2022-10-05
Lua: produce more informative error messages for pandoc errors
Albert Krewinkel
2022-10-04
Lua: ensure that extensions marshaling is consistent.
Albert Krewinkel
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel