matrix-spec/layouts/_markup/render-heading.html

12 lines
422 B
HTML
Raw Normal View History

{{- /*
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.
*/ -}}
2025-08-27 08:35:57 +02:00
{{ partial "td/render-heading.html" . }}