aboutsummaryrefslogtreecommitdiff
path: root/test/lua/module/pandoc.lua
AgeCommit message (Expand)Author
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2021-12-30Lua: allow binary (byte string) readers to be used with `pandoc.read`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: split strings into words when treating them as Inline list (#7712)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 tests: ensure Inline elements have all expected propertiesAlbert 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-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-28Lua: fix placement of tests for Block elements in pandoc module testsAlbert Krewinkel
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel
2021-10-26Lua: marshal SimpleTable 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-22Lua: marshal Attr values as userdataAlbert Krewinkel
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel