Back to Metallb

Indent

website/themes/hugo-theme-relearn/layouts/partials/indent.html

0.15.3186 B
Original Source

{{- $content := .content }} {{- $indention := .indention }} {{- replaceRE "(\r\n|\r|\n)" (printf "$1%s" $indention) (replaceRE "^" $indention (trim $content " \n\r\t")) | safeHTML }}