render-heading.html (364B)
1 <h{{ .Level }} id="{{ .Anchor | safeURL }}"> 2 {{ .Text | safeHTML }} 3 <a class="heading-link" href="#{{ .Anchor | safeURL }}"> 4 <i class="fa-solid fa-link" aria-hidden="true" title="{{ i18n "link_to_heading" | default "Link to heading" }}"></i> 5 <span class="sr-only">{{ i18n "link_to_heading" | default "Link to heading" }}</span> 6 </a> 7 </h{{ .Level }}>