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: 7472574111380fbcff2f897386d0ef5f13c8c2a4 (
plain
)
1
2
3
4
5
6
return
{
{
Plain
=
function
(
blk
)
return
pandoc
.
Para
(
blk
.
c
)
end
,
}
}