1
0

filter cleanups

This commit is contained in:
Simon Michael
2023-11-30 15:22:48 -10:00
parent 42651ab844
commit eb8b829492
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
-- Make all headings (except the page h1 added by page.tmpl)
-- Make all headings (except the h1 added by page.tmpl)
-- clickable links to themselves, for easy bookmarking/linking.
-- site.css controls their style.
function Header(el)
el.content = pandoc.Link(el.content, '#' .. el.identifier)