cullmann.io/themes/PaperMod/layouts/partials/anchored_headings.html

3 lines
212 B
HTML
Raw Normal View History

2022-10-21 21:09:12 +02:00
{{- /* formats .Content headings by adding an anchor */ -}}
{{ . | replaceRE "(<h[1-6] id=\"([^\"]+)\".+)(</h[1-6]+>)" "${1}<a hidden class=\"anchor\" aria-hidden=\"true\" href=\"#${2}\">#</a>${3}" | safeHTML }}