aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
AgeCommit message (Expand)Author
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel
2020-07-25Lua filters: make attr argument optional in Table constructorAlbert Krewinkel
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Lua: support new tablesAlbert Krewinkel
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel
2019-02-09data/pandoc.lua: re-export all bundled modulesAlbert Krewinkel
2019-02-07data/pandoc.lua: re-export List and utils moduleAlbert Krewinkel
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel
2018-10-20Lua filters: iterate over AST element fields when using `pairs`Albert Krewinkel
2018-10-15Lua pandoc module: ensure MetaList elements behave like ListsAlbert Krewinkel
2018-10-15Lua pandoc module: fix MetaList constructorAlbert Krewinkel
2018-10-11data/pandoc.lua: add datatype ListAttributesAlbert Krewinkel
2018-10-06Lua filter doc: fix description of Code.textAlbert Krewinkel
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