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