mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
3 lines
62 B
Lua
3 lines
62 B
Lua
function Header(elem)
|
|
return pandoc.Strong(elem.content)
|
|
end
|