pandoc/test/lua/module
Albert Krewinkel fa838deefc
Lua: remove pandoc.utils.text ()
The new `pandoc.Inlines` function behaves identical on string input, but
allows other Inlines-like arguments as well.

The `pandoc.utils.text` function could be written as

    function pandoc.utils.text (x)
      assert(type(x) == 'string')
      return pandoc.Inlines(x)
    end
2021-11-29 09:12:30 -08:00
..
pandoc-list.lua Lua: add methods insert, remove, and sort to pandoc.List 2020-01-11 21:31:20 +01:00
pandoc-mediabag.lua Lua modules: test pandoc.mediabag 2019-05-30 08:44:40 +02:00
pandoc-path.lua Add tests for search_path_separator 2021-02-02 21:04:30 -08:00
pandoc-types.lua Switch to hslua-2.0 2021-10-22 11:16:51 -07:00
pandoc-utils.lua Lua: remove pandoc.utils.text () 2021-11-29 09:12:30 -08:00
pandoc.lua Lua: add constructors pandoc.Blocks and pandoc.Inlines 2021-11-28 16:02:42 +01:00