mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
e6a536befc
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,
|
|
}
|
|
}
|