fix codeblock tab-index issue

This commit is contained in:
wires 2025-04-01 13:04:41 -04:00
parent 506fa714a3
commit 4858f463ad
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -0,0 +1 @@
<pre class="chroma"><code class="language-{{ .Type }}" data-lang="{{ .Type }}">{{ (transform.HighlightCodeBlock .).Inner }}</code></pre>