07f41a5515
Filtering functions take element components as arguments instead of the whole block elements. This resembles the way elements are handled in custom writers.
6 lines
87 B
Lua
6 lines
87 B
Lua
return {
|
|
{ Plain = function (content)
|
|
return pandoc.Para(content)
|
|
end,
|
|
}
|
|
}
|