Back to Distribution

Content

docs/themes/hugo-geekdoc/layouts/partials/utils/content.html

3.1.1181 B
Original Source

{{ $content := .Content }} {{ $content = $content | replaceRE | safeHTML }} {{ $content = $content | replaceRE `(

(?:.|\n)+? ) ${1} ` | safeHTML }} {{ return $content }}