aboutsummaryrefslogtreecommitdiff
path: root/test/lua
AgeCommit message (Expand)Author
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel
2018-05-08Another try at test-pandoc-utils.lua on windows.John MacFarlane
2018-05-08test-pandoc-utils.lua - add diagnostic for windows test.John MacFarlane
2018-05-08More adjustments to test-pandoc-utils.lua.John MacFarlane
2018-05-08test-pandoc-utils.lua - use tr instead of sed.John MacFarlane
2018-05-08test-pandoc-utils.lua: workaround some local differences in 'echo'.John MacFarlane
2018-05-08test-pandoc-utils.lua: remove problems with missing `/bin/false`.John MacFarlane
2018-04-29Test Lua filter converting display math to inline mathAlexander Krotov
2018-02-24Lua: register script name in global variableAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel
2017-12-20Test more pandoc Lua module functionsAlbert Krewinkel
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel
2017-09-24Allow lua filters to return lists of elementsAlbert Krewinkel
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel
2017-08-22Text.Pandoc.Lua: respect metatable when getting filtersAlbert Krewinkel
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane
2017-06-29Lua filters: Remove special treatment of Quoted, Math.John MacFarlane
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel
2017-04-26Lua filter: allow filtering of meta data onlyAlbert Krewinkel
2017-04-15Lua filter: revert to non-destructuring filtersAlbert Krewinkel
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel
2017-04-14Lua filter: use destructured functions for block filtersAlbert Krewinkel
2017-04-12Lua filter: use destructured functions for inline filtersAlbert Krewinkel
2017-04-02Lua module: add readers submoduleAlbert Krewinkel
2017-03-20Lua filters (#3514)Albert Krewinkel