mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
We want to provide an interface familiar to users of other filtering libraries.
7 lines
89 B
Lua
7 lines
89 B
Lua
return {
|
|
{ Plain = function (elem)
|
|
return pandoc.Para(elem.content)
|
|
end,
|
|
}
|
|
}
|