Lua pandoc module: ensure MetaList elements behave like Lists
Methods usable on Lists can also be used on MetaList objects.
This commit is contained in:
parent
a444321be8
commit
8a00b30e40
1 changed files with 3 additions and 0 deletions
|
@ -274,6 +274,9 @@ M.MetaList = M.MetaValue:create_constructor(
|
|||
return ensureList(content)
|
||||
end
|
||||
)
|
||||
for k, v in pairs(List) do
|
||||
M.MetaList.behavior[k] = v
|
||||
end
|
||||
|
||||
--- Meta map
|
||||
-- @function MetaMap
|
||||
|
|
Loading…
Add table
Reference in a new issue