diff --git a/layouts/shortcodes/typeit.html b/layouts/shortcodes/typeit.html index 98f420a..4cf0bf8 100644 --- a/layouts/shortcodes/typeit.html +++ b/layouts/shortcodes/typeit.html @@ -12,7 +12,7 @@ {{ $content = replaceRE `\n` "\n" $content }} {{ $content = replaceRE `(?m)^()(.*?)\[(.*?)\]\((.*?)\)(.*?)()` "$1$2$6$3$1$5$6" $content }} {{ $content = replaceRE `(?m)^( +)$1( +)$1" }} + {{ $content = replaceRE `( +)$1" }} {{ $content | safeHTML }} {{ else }}