index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Lua
/
Marshal
Age
Commit message (
Expand
)
Author
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel
2022-06-15
Use dev version of citeproc.
John MacFarlane
2022-03-30
Lua: allow to pass Sources to pandoc.read (#8002)
Albert Krewinkel
2022-03-29
Remove redundant dependency on hslua-marshalling.
Albert Krewinkel
2022-02-19
Relax upper bound for hslua, allow hslua-2.2. (#7929)
Albert Krewinkel
2022-01-29
Switch to hslua-2.1
Albert Krewinkel
2022-01-04
Lua: marshal templates as opaque userdata values
Albert Krewinkel
2022-01-04
Lua: add `pandoc.WriterOptions` constructor
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-01
Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]
Albert Krewinkel
2022-01-01
Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSON
Albert Krewinkel
2021-12-31
Lua: cleanup stack in peekReadOptionsTable
Albert Krewinkel
2021-12-20
Lua: use more natural representation for Reference values
Albert Krewinkel
2021-12-17
Lua: add function `pandoc.utils.references`
Albert Krewinkel
2021-12-11
Custom reader: pass list of sources instead of concatenated text
Albert Krewinkel
2021-11-27
Lua: use package pandoc-lua-marshal (#7719)
Albert Krewinkel