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