{{- /* render-heading.html (markup) Features: - All `

` in content are converted in `

` - Add anchors for the headings Repo: https://github.com/oxypteros/alpha */ -}} {{- if or (eq .Level 1) (eq .Level 2) }}

{{ .Text | safeHTML }}

{{- else }} {{ .Text | safeHTML }} {{- end }}