{{- /* Check if this is a GitHub-style alert */ -}} {{- if eq .Type "alert" -}}
{{ .Text | safeHTML }}
{{- else -}}
{{ .Text | safeHTML }}
{{- end -}}