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