matrix-spec/layouts/_default/_markup/render-heading.html
Kévin Commaille c5cbfba878
Apply suggestions
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-11-28 15:09:36 +01:00

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" . }}