mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
7 lines
118 B
Lua
7 lines
118 B
Lua
function RawBlock(rb)
|
|
if rb.format == "html"
|
|
then return pandoc.Null()
|
|
else return rb
|
|
end
|
|
end
|