You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
296 B
XML
15 lines
296 B
XML
{{ $context := . }}
|
|
|
|
{{ $options := dict }}
|
|
{{ $overrides := dict "noclasses" true }}
|
|
|
|
{{ with $context.Options }}
|
|
{{ $options = merge $overrides . }}
|
|
{{ else }}
|
|
{{ $options = $overrides }}
|
|
{{ end }}
|
|
|
|
{{ $result := transform.HighlightCodeBlock $context $options }}
|
|
|
|
{{ $result.Wrapped }}
|