Update stylesheet and copyright message, add heading render hook

This commit is contained in:
Ben Goldsworthy 2023-02-28 22:28:35 -05:00
parent eaf2377efb
commit 80774027c1
3 changed files with 986 additions and 1 deletions

View file

@ -0,0 +1 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="{{ range after 1 ( seq .Level ) }}sub{{ end }}heading">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}"></a></h{{ .Level }}>