mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
5 lines
87 B
Lua
5 lines
87 B
Lua
|
-- github wiki links -> markdown links
|
||
|
function Para(p)
|
||
|
return pandoc.Str(p.t)
|
||
|
end
|