You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
364 B
7 lines
364 B
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a class="heading-link" href="#{{ .Anchor | safeURL }}">
|
|
<i class="fa-solid fa-link" aria-hidden="true" title="{{ i18n "link_to_heading" | default "Link to heading" }}"></i>
|
|
<span class="sr-only">{{ i18n "link_to_heading" | default "Link to heading" }}</span>
|
|
</a>
|
|
</h{{ .Level }}>
|
|
|