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 |
||
---|---|---|
.. | ||
pandoc-list.lua | ||
pandoc-mediabag.lua | ||
pandoc-path.lua | ||
pandoc-types.lua | ||
pandoc-utils.lua | ||
pandoc.lua |