aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
AgeCommit message (Expand)Author
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel
2017-10-17pandoc.lua: destructure attr for Link and ImageAlbert Krewinkel
2017-10-05pandoc.lua: throw better error when pipe command failsAlbert Krewinkel
2017-10-03pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel
2017-10-03Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel
2017-08-31data/pandoc.lua: fix typos in documentationAlbert Krewinkel
2017-08-22Text.Pandoc.Lua: support Inline and Block catch-allsAlbert Krewinkel
2017-08-21data/pandoc.lua: fix documentationAlbert Krewinkel
2017-08-21data/pandoc.lua: Include Pandoc, Meta in implicit filtersAlbert Krewinkel
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane
2017-06-27data/pandoc.lua: add accessors to Table elementsAlbert Krewinkel
2017-05-18Lua module: allow omitting Attr in element constructorsAlbert Krewinkel
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel
2017-04-30Lua module: add example for usage of `read`Albert Krewinkel
2017-04-26Lua module: provide simple `read` format parserAlbert Krewinkel
2017-04-26Lua filter: allow natural access to meta elementsAlbert Krewinkel
2017-04-15Lua module: provide accessors to element propertiesAlbert Krewinkel
2017-04-15Lua filter: use Attributes constructor for AttrsAlbert Krewinkel
2017-04-15Lua module: fix doc generation, reorder codeAlbert Krewinkel
2017-04-15Lua module: provide builder functions for math and quotedAlbert Krewinkel
2017-04-14Lua filter: use lua strings for nullary constructorsAlbert Krewinkel
2017-04-14Push blocks via lua constructors and constantsAlbert Krewinkel
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel
2017-04-13Improve lua module documentationAlbert Krewinkel
2017-04-12Lua module: provide multi-param Inline constructorsAlbert Krewinkel
2017-04-11Lua filter: use custom StackValue Inline instanceAlbert Krewinkel
2017-03-20Lua filters (#3514)Albert Krewinkel