{{- $noticeType := .Get 0 -}} {{- $raw := (markdownify .Inner | chomp) -}} {{- $block := findRE "(?is)^<(?:address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h(?:1|2|3|4|5|6)|header|hgroup|hr|li|main|nav|noscript|ol|output|p|pre|section|table|tfoot|ul|video)\\b" $raw 1 -}} {{- $icons := newScratch -}} {{- $colors := newScratch -}} {{- $icons.Set "warn" "eva-alert-circle-outline" -}} {{- $colors.Set "warn" "yellow-400" -}} {{- $icons.Set "success" "eva-checkmark-circle-2-outline" -}} {{- $colors.Set "success" "green-400" -}} {{- $icons.Set "error" "eva-minus-circle-outline" -}} {{- $colors.Set "error" "red-400" -}} {{- $icons.Set "info" "eva-question-mark-circle-outline" -}} {{- $colors.Set "info" "blue-400" -}}
{{- $raw -}}
{{- end -}}