{{ if .Get "level" }} {{ end }} {{/* 1. Get the md5 hash of the expandable inner text */}} {{/* 2. Split the hash string into an array */}} {{/* 3. Shuffle the array */}} {{/* 4. Convert the array back into a string */}} {{ $random := delimit (shuffle (split (md5 .Inner) "" )) "" }} {{ if .Get "level" }} {{ end }}
{{ .Inner | markdownify }}