index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lua
/
plain-to-para.lua
blob: aa12a97d305cfdd1fc9394a28d541f34350a06c2 (
plain
)
1
2
3
4
5
6
return
{
{
Plain
=
function
(
elem
)
return
pandoc
.
Para
(
elem
.
content
)
end
,
}
}