Back to Kind

CodeFromInline

site/layouts/shortcodes/codeFromInline.html

0.31.0196 B
Original Source

{{ $code := trim .Inner "\n" }} {{ $lang := "" }} {{ with .Get "lang" }}{{ $lang = . }}{{ end }} {{ $hash := md5 $code }}

{{ highlight $code $lang "" }}
{{ $code }}