aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel1-0/+1
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel1-18/+10
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel1-8/+0
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel1-0/+2
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel4-286/+18
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel1-2/+10
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel1-2/+2
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel1-2/+14
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel1-1/+1
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel1-2/+2
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel5-231/+313
2021-10-27Lua: fix `pandoc.utils.stringify` regressionAlbert Krewinkel1-1/+1
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel1-0/+2
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel1-0/+17
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel3-2/+6
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel2-31/+141
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel2-1/+23
2021-10-23Lua: convert IOErrors to PandocErrors in pandoc.pipe functionAlbert Krewinkel1-0/+2
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel2-4/+4
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel1-2/+108
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel1-0/+3
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-1/+13
2021-10-22Switch to hslua-2.0Albert Krewinkel5-184/+254
2021-06-10Lua utils: fix handling of table headers in `from_simple_table`Albert Krewinkel1-1/+1
2021-05-24MediaBag improvements.John MacFarlane1-3/+3
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel1-3/+8
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel2-28/+30
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel1-4/+4
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel5-5/+5
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel1-5/+44
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-3/+2
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel3-89/+58
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-8/+11
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-1/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel3-4/+6
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel5-8/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel5-5/+5
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+1
2020-01-04Add type annotations to assist ghci.John MacFarlane1-3/+4
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc3-21/+22
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-10/+15
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane2-9/+5
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel1-2/+3
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-1/+1
2019-06-23Update Lua function names in pandoc.systemniszet1-2/+2
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-0/+46
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel1-1/+7
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel1-0/+6
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel1-1/+7
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel2-0/+30