github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/templates/markdown/section.md (about)

     1  {{define "section"}}{{if .Title}}{{repeat "#" .Level}} {{.Title}}{{- end -}}
     2  {{- newline -}}
     3  {{if .Content}}{{.Content}}{{- newline -}}{{end}}{{- end -}}