mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
12 lines
440 B
HTML
12 lines
440 B
HTML
|
|
{{- /*
|
||
|
|
|
||
|
|
This is a heading render hook (https://gohugo.io/render-hooks/headings/)
|
||
|
|
using Docsy's heading self-links hook (https://www.docsy.dev/docs/adding-content/navigation/#heading-self-links).
|
||
|
|
|
||
|
|
This is used when a heading is encountered in markdown content to generate
|
||
|
|
the HTML for that heading. A self-link anchor is added at the end of the
|
||
|
|
heading.
|
||
|
|
|
||
|
|
*/ -}}
|
||
|
|
{{ template "_default/_markup/td-render-heading.html" . }}
|