diff --git a/website/layouts/shortcodes/script.html b/website/layouts/shortcodes/script.html index 1c689297a887..321ed1d7c4bd 100644 --- a/website/layouts/shortcodes/script.html +++ b/website/layouts/shortcodes/script.html @@ -1,3 +1,3 @@ {{ $file := .Get "file" | readFile }} {{ $lang := .Get "language" }} -{{ (print "```" $lang "\n" $file "```") | markdownify }} +{{ (print "```" $lang "\n" $file "```") | safeHTML }}