File size: 106 Bytes
2e2cacf
 
 
 
 
 
1
2
3
4
5
6
7

-- Reformat all heading text 
function Header(el)
  el.content = pandoc.Emph(el.content)
  return el
end