Files
hinode/layouts/_markup/render-codeblock.html
2025-05-03 10:21:21 +02:00

4 lines
124 B
HTML

<div class="mb-3 syntax-highlight">
{{- $result := transform.HighlightCodeBlock . -}}
{{- $result.Wrapped -}}
</div>