JavedA's picture
unable to cross ref for quarto bug V_1
2e2cacf
raw
history blame
106 Bytes
-- Reformat all heading text
function Header(el)
el.content = pandoc.Emph(el.content)
return el
end