mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
4 lines
81 B
Lua
4 lines
81 B
Lua
function Header(h)
|
|
return pandoc.Header(h.level + 1, h.content, h.attrs)
|
|
end
|