aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
AgeCommit message (Expand)Author
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
2021-11-16Lua: make loading of global LPeg modules more robustAlbert Krewinkel
2021-11-11Lua: load `re` module available into global of the same nameAlbert Krewinkel
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-11-06Lua: add Pushable instance for ReaderOptionsAlbert Krewinkel
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05Lua: display Pandoc values using their native Haskell representationAlbert Krewinkel
2021-11-05Lua: always load lpeg as global moduleAlbert Krewinkel
2021-11-04Lua: include lpeg module (#7649)Albert Krewinkel
2021-11-03Lua: add missing space in "package not found" messageAlbert Krewinkel
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel