index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Lua.hs
Age
Commit message (
Expand
)
Author
2017-12-23
Lua modules: add function pandoc.utils.hierarchicalize
Albert Krewinkel
2017-12-23
Lua modules: add function pandoc.utils.normalize_date
Albert Krewinkel
2017-12-23
Lua modules: add function pandoc.utils.to_roman_numeral
Albert Krewinkel
2017-12-22
Lua modules: add stringify function to pandoc.utils
Albert Krewinkel
2017-12-20
Test more pandoc Lua module functions
Albert Krewinkel
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
2017-12-02
Lua filters: refactor lua module handling
Albert Krewinkel
2017-11-20
data/pandoc.lua: enable table-like behavior of attributes (#4080)
Albert Krewinkel
2017-11-18
Lua filters: preload text module (#4077)
Albert Krewinkel
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
2017-08-22
Text.Pandoc.Lua: support Inline and Block catch-alls
Albert Krewinkel
2017-08-22
Text.Pandoc.Lua: respect metatable when getting filters
Albert Krewinkel
2017-08-14
Test fixes so we can find data files.
John MacFarlane
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
2017-05-07
Use fewer quickcheck tests for lua tests, to speed things up.
John MacFarlane
2017-04-30
Lua filter: fall-back to global filters when none is returned
Albert Krewinkel
2017-04-14
Lua filter: allow shorthand functions for math and quoted
Albert Krewinkel
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
2017-04-07
Lua filter: improve doc filter performance
Albert Krewinkel
2017-04-06
Ensure correctness of StackValue instances
Albert Krewinkel
2017-04-02
Lua module: add readers submodule
Albert Krewinkel
2017-03-20
Lua filters (#3514)
Albert Krewinkel