{{/* Block card to highlight content info * Example : * partial "components/highlight-info-card" (dict * "icon" "my-icon-name" * "title" "My title" * "text" "My text?" * "moreInfo" "More info text") */}}
{{- . | markdownify | chomp -}}
{{ end }} {{ with .text }}{{- . | printf "%s\n\n
" | markdownify | replaceRE "\n*\n*$" "" | safeHTML -}} {{ end }} {{ with .moreInfo }}? {{- . | markdownify -}}
{{ end }} {{/* prettier-ignore-end */}}