aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/Utils.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel1-2/+2
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel1-40/+22
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel1-3/+3
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel1-0/+12
2021-12-21Lua: fix return types of `blocks_to_inlines`, `make_sections`Albert Krewinkel1-2/+2
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel1-0/+14
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel1-8/+0
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-8/+1
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel1-2/+10
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-13/+13
2021-10-27Lua: fix `pandoc.utils.stringify` regressionAlbert Krewinkel1-1/+1
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel1-1/+2
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel1-1/+1
2021-10-22Switch to hslua-2.0Albert Krewinkel1-87/+140
2021-06-10Lua utils: fix handling of table headers in `from_simple_table`Albert Krewinkel1-1/+1
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
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 Krewinkel1-23/+15
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-8/+11
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-9/+9
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-4/+5
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel1-0/+2
2019-03-01Remove license boilerplate.John MacFarlane1-17/+0
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel1-3/+15
2018-11-17Lua Utils module: improve stringifyAlbert Krewinkel1-2/+9
2018-09-24Use hslua v1.0.0Albert Krewinkel1-12/+12
2018-07-30Lua Utils module: add function blocks_to_inlines (#4799)Albert Krewinkel1-0/+10
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane1-5/+5
2018-01-13Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel1-3/+26
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-04Use hslua utils where possibleAlbert Krewinkel1-3/+3
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane1-1/+4
2017-12-23Lua modules: add function pandoc.utils.hierarchicalizeAlbert Krewinkel1-7/+12
2017-12-23Lua modules: add function pandoc.utils.normalize_dateAlbert Krewinkel1-2/+10
2017-12-23Lua modules: add function pandoc.utils.to_roman_numeralAlbert Krewinkel1-1/+9
2017-12-22Lua modules: add stringify function to pandoc.utilsAlbert Krewinkel1-6/+35
2017-12-21Lua modules: added pandoc.utils moduleAlbert Krewinkel1-0/+50