focalboard/website/site/layouts/partials/hanchor.html

2 lines
161 B
HTML
Raw Normal View History

2021-01-07 23:12:26 +01:00
{{ . | replaceRE "(<h[1-9] id=\"([^\"]+)\".+)(</h[1-9]+>)" `${1}&nbsp;<a class="hanchor fa fa-link" ariaLabel="Anchor" href="#${2}"></i></a> ${3}` | safeHTML }}