aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel1-0/+1
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-115/+5
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel1-24/+0
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel1-80/+0
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel1-42/+0
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel1-205/+0
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel1-23/+0
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel1-271/+0
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel1-152/+3
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-20/+0
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel1-0/+24
2020-07-25Lua filters: make attr argument optional in Table constructorAlbert Krewinkel1-3/+3
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-1/+11
2020-04-15Lua: support new tablesAlbert Krewinkel1-13/+14
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel1-16/+75
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-0/+9
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel1-1/+4
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel1-0/+1
2019-02-09data/pandoc.lua: re-export all bundled modulesAlbert Krewinkel1-7/+11
2019-02-07data/pandoc.lua: re-export List and utils moduleAlbert Krewinkel1-0/+4
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel1-6/+18
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel1-1/+4
2018-10-20Lua filters: iterate over AST element fields when using `pairs`Albert Krewinkel1-0/+58
2018-10-15Lua pandoc module: ensure MetaList elements behave like ListsAlbert Krewinkel1-0/+3
2018-10-15Lua pandoc module: fix MetaList constructorAlbert Krewinkel1-1/+6
2018-10-11data/pandoc.lua: add datatype ListAttributesAlbert Krewinkel1-1/+29
2018-10-06Lua filter doc: fix description of Code.textAlbert Krewinkel1-1/+1
2018-06-08pandoc.lua: fix a typo (#4692)Felix Yan1-1/+1
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel1-11/+14
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel1-19/+28
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel1-16/+30
2018-01-13data/pandoc.lua: drop _VERSIONAlbert Krewinkel1-3/+0
2018-01-09data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel1-6/+4
2018-01-09data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel1-20/+20
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel1-81/+90
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel1-9/+18
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel1-9/+7
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel1-4/+2
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel1-25/+28
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel1-51/+83
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel1-9/+9
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel1-6/+2
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel1-2/+3
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel1-13/+15
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