aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
AgeCommit message (Expand)AuthorFilesLines
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel1-36/+1
2017-12-29data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel1-5/+5
2017-12-28Fixed some doc comments in data/pandoc.lua.John MacFarlane1-10/+10
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel1-0/+5
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel1-47/+0
2017-12-19pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel1-1/+4
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel1-1/+1
2017-12-01pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel1-10/+10
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel1-0/+15
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel1-1/+1
2017-11-28Add basic lua List module (#4099)Albert Krewinkel1-41/+39
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel1-1/+92
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel1-1/+2
2017-10-17pandoc.lua: destructure attr for Link and ImageAlbert Krewinkel1-2/+2
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel1-3/+3
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel1-0/+23
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel1-1/+1
2017-08-31data/pandoc.lua: fix typos in documentationAlbert Krewinkel1-2/+2
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel1-1/+2
2017-08-21data/pandoc.lua: fix documentationAlbert Krewinkel1-3/+4
2017-08-21data/pandoc.lua: Include Pandoc, Meta in implicit filtersAlbert Krewinkel1-1/+6
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane1-11/+10
2017-06-27data/pandoc.lua: add accessors to Table elementsAlbert Krewinkel1-1/+2
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel1-19/+21
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-1/+1
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-59/+26
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-2/+2
2017-04-30Lua module: add example for usage of `read`Albert Krewinkel1-1/+11
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel1-0/+14
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel1-13/+18
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel1-39/+109
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel1-16/+50
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel1-69/+60
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel1-4/+42
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel1-44/+22
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel1-41/+234
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel1-0/+42
2017-04-13Improve lua module documentationAlbert Krewinkel1-140/+315
2017-04-12Lua module: provide multi-param Inline constructorsAlbert Krewinkel1-4/+160
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel1-4/+0
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+144