aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
AgeCommit message (Expand)Author
2018-06-08pandoc.lua: fix a typo (#4692)Felix Yan
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel
2018-01-13data/pandoc.lua: drop _VERSIONAlbert Krewinkel
2018-01-09data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel
2018-01-09data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel
2017-12-29data/pandoc.lua: fix documentation for global_filterAlbert Krewinkel
2017-12-28Fixed some doc comments in data/pandoc.lua.John MacFarlane
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel
2017-12-20Lua modules: turn pipe, read into full Haskell functionsAlbert Krewinkel
2017-12-19pandoc.lua: re-add missing MetaMap functionAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-12-01pandoc.lua: set metatable on List MetaValuesAlbert Krewinkel
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel
2017-11-28Add basic lua List module (#4099)Albert Krewinkel
2017-11-20data/pandoc.lua: enable table-like behavior of attributes (#4080)Albert Krewinkel
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