pandoc/test/lua
Albert Krewinkel fa838deefc
Lua: remove pandoc.utils.text (#7720)
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
..
module Lua: remove pandoc.utils.text (#7720) 2021-11-29 09:12:30 -08:00
attr-test.lua
block-count.lua
blocks-filter.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
hello-world-doc.lua
implicit-doc-filter.lua
inlines-filter.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
markdown-reader.lua
math.lua
meta.lua Lua filters: allow filtering of element lists (#6040) 2020-01-15 14:26:00 -08:00
metatable-catch-all.lua
plain-to-para.lua
require-file.lua Lua: fix regression in package searcher 2020-05-12 17:10:30 +02:00
script-name.lua
single-to-double-quoted.lua
smallcaps-title.lua
smart-constructors.lua
strmacro.lua
undiv.lua
uppercase-header.lua