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
/
Init.hs
Age
Commit message (
Expand
)
Author
2023-06-22
Lua: report warnings from Lua scripts
Albert Krewinkel
2023-03-20
Lua: load text module as `pandoc.text`.
Albert Krewinkel
2023-03-19
Lua: add info on when functions became available in pandoc
Albert Krewinkel
2023-03-15
Lua: keep the Lua stack clean
Albert Krewinkel
2023-03-13
Switch to hslua-2.3
Albert Krewinkel
2023-02-11
Lua: add module `pandoc.json` to handle JSON encoding
Albert Krewinkel
2023-01-15
Lua: add module `pandoc.structure`.
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-12
Lua: add pandoc.cli module
Albert Krewinkel
2022-10-21
Lua: add pandoc.scaffolding.Writer (#8377)
Albert Krewinkel
2022-10-20
Lua: add new module `pandoc.zip`
Albert Krewinkel
2022-10-06
Lua: cleanup module dependencies
Albert Krewinkel
2022-10-04
Lua: add new module `pandoc.format`.
Albert Krewinkel
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-10-03
Lua: Support running Lua with a GC-collected Lua state.
Albert Krewinkel
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel