aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Module/Pandoc.hs
AgeCommit message (Expand)Author
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-07-12Lua: add fields `pandoc.readers` and `pandoc.writers`. (#8177)Albert Krewinkel
2022-03-30Lua: allow to pass Sources to pandoc.read (#8002)Albert Krewinkel
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-04Lua: add function `pandoc.write`Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-31Lua: use global state when parsing documents in `pandoc.read`Albert Krewinkel
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`Albert Krewinkel
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel
2021-10-26Lua: generate constants in module pandoc programmaticallyAlbert Krewinkel
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel
2021-10-23Lua: convert IOErrors to PandocErrors in pandoc.pipe functionAlbert Krewinkel
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
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel
2021-02-04Lua filters: use same function names in Haskell and LuaAlbert Krewinkel
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-08-12Lua: cleanup Lua utils, remove unused functions.Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel