mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-29 15:34:09 +02:00
11 lines
370 B
HTML
11 lines
370 B
HTML
|
|
{{- /*
|
||
|
|
|
||
|
|
A copy of the private "_default/_markup/_td-heading-self-link.html" template
|
||
|
|
in Docsy's "_default/_markup/_td-render-heading.html" partial to be able to
|
||
|
|
reuse it when the title has custom markup.
|
||
|
|
|
||
|
|
Takes a string which is the ID of the heading.
|
||
|
|
|
||
|
|
*/ -}}
|
||
|
|
|
||
|
|
<a class="td-heading-self-link" href="#{{ . | safeURL }}" aria-label="Heading self-link"></a>
|