re-added papermod by integrating it

This commit is contained in:
gribse 2025-04-17 17:24:06 +02:00
parent a5db308b0f
commit 60d6ec934d
114 changed files with 5727 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{{- /* 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 }}