fix codeblock tab-index issue
This commit is contained in:
parent
506fa714a3
commit
4858f463ad
1 changed files with 1 additions and 0 deletions
1
layouts/_default/_markup/render-codeblock.html
Normal file
1
layouts/_default/_markup/render-codeblock.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<pre class="chroma"><code class="language-{{ .Type }}" data-lang="{{ .Type }}">{{ (transform.HighlightCodeBlock .).Inner }}</code></pre>
|
Loading…
Add table
Reference in a new issue