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: 4fbc525221ccb4c902fdf4f0605f625e7c13f6ea (plain)
1
{{ . | replaceRE "(<h[2-9] id=\"([^\"]+)\".+)(</h[2-9]+>)" `${1}<a href="#${2}" class="anchor">#</a> ${3}` | safeHTML }}