{{- $caption := .Attributes.caption -}} {{- $type := .Type | default "text" -}} {{- $options := .Attributes.options | default "default=1" -}} {{- $hash := print (truncate 3 "" (sha256 .Inner)) (truncate 3 "" (sha256 .Page.RelPermalink)) .Ordinal -}} {{- $id := print "code-block:" $hash | safeURL -}} {{- $edit := "false" -}}
{{ $type }}
{{- highlight .Inner $type (print $options ",lineAnchors=" "code-line:" $hash) -}}
{{- with $caption -}} {{- end -}}