pandoc/test/lua
Albert Krewinkel 42a7b80c04
data/pandoc.lua: auto-fix nested constructor arguments
Incorrect types to pandoc element constructors are automatically
converted to the correct types when possible. This was already done for
most constructors, but conversions are now also done for nested
types (like lists of lists).
2019-01-13 17:14:10 +01:00
..
attr-test.lua data/pandoc.lua: enable table-like behavior of attributes (#4080) 2017-11-20 09:37:40 -08:00
block-count.lua
hello-world-doc.lua
implicit-doc-filter.lua
markdown-reader.lua
math.lua Test Lua filter converting display math to inline math 2018-04-29 16:20:38 +03:00
metatable-catch-all.lua
plain-to-para.lua
script-name.lua Lua: register script name in global variable 2018-02-24 22:43:28 +01:00
single-to-double-quoted.lua
smallcaps-title.lua
smart-constructors.lua data/pandoc.lua: auto-fix nested constructor arguments 2019-01-13 17:14:10 +01:00
strmacro.lua
test-pandoc-utils.lua Lua Utils module: add function blocks_to_inlines (#4799) 2018-07-30 10:55:25 -07:00
undiv.lua
uppercase-header.lua