mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +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
|