aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
2022-09-20Export `applyFilter` from T.P.Lua.Filter.John MacFarlane
2022-09-20Add T.P.Lua.Reader, T.P.Lua.Writer.John MacFarlane
2022-08-13Lua: add function `pandoc.utils.citeproc`Albert Krewinkel
2022-07-15Lua: extend pandoc.system module. (#8184)Albert Krewinkel
2022-07-12Lua: add fields `pandoc.readers` and `pandoc.writers`. (#8177)Albert Krewinkel
2022-06-23Lua: ensure that tables marshaled via JSON arrays behave like Lists.Albert Krewinkel
2022-06-19Lua: do not reset foreign encoding before running LuaAlbert Krewinkel
2022-06-15Use dev version of citeproc.John MacFarlane
2022-06-09Lua: use only old ByteString functions.Albert Krewinkel
2022-06-08Lua: Simplify module loading code.Albert Krewinkel
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-03-30Lua: allow to pass Sources to pandoc.read (#8002)Albert Krewinkel
2022-03-29Remove redundant dependency on hslua-marshalling.Albert Krewinkel
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-02-19Relax upper bound for hslua, allow hslua-2.2. (#7929)Albert Krewinkel
2022-02-06Lua: move custom writer code into Lua hierarchy.Albert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-05Lua: set module name before pushingAlbert Krewinkel
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: marshal templates as opaque userdata valuesAlbert 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
2022-01-01Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]Albert Krewinkel
2022-01-01Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSONAlbert Krewinkel
2021-12-31Lua: use global state when parsing documents in `pandoc.read`Albert Krewinkel
2021-12-31Lua: cleanup stack in peekReadOptionsTableAlbert Krewinkel
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`Albert Krewinkel
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel
2021-12-21Lua: fix return types of `blocks_to_inlines`, `make_sections`Albert Krewinkel
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel
2021-12-19Custom writer: assign default Pandoc object to global PANDOC_DOCUMENTAlbert Krewinkel
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert 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-29Lua: remove `pandoc.utils.text` (#7720)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-24Lua: allow single elements as singleton MetaBlocks/MetaInlinesAlbert Krewinkel
2021-11-23Lua: add function `pandoc.utils.text` (#7710)Albert Krewinkel
2021-11-23Lua: split strings into words when treating them as Inline list (#7712)Albert Krewinkel
2021-11-19Lua: fix global module loading (#7701)Albert Krewinkel
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel