mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
11 lines
383 B
HTML
11 lines
383 B
HTML
|
|
{{- /*
|
||
|
|
|
||
|
|
A simplified copy of the inlined "_default/_markup/_td-heading-self-link.html"
|
||
|
|
template in Docsy's "_default/_markup/td-render-heading.html" template to be
|
||
|
|
able to reuse it when the heading 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>
|