Welcome to mirror list, hosted at ThFree Co, Russian Federation.

headline-hash.html « main « partials « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 826fa32d303e4ef89f35c331b3c5eeaf64325fe2 (plain)
1
{{ . | replaceRE "(<h[2-9] id=\"([^\"]+)\".+)(</h[2-9]+>)" `${1}<a href="#${2}" class="anchor" aria-hidden="true">#</a> ${3}` | safeHTML }}