Refresh the code block design

This commit is contained in:
2023-01-20 16:25:28 -06:00
parent 7cff045cb3
commit a26ea62b60
3 changed files with 27 additions and 4 deletions

View File

@ -0,0 +1,5 @@
<div class="code-block">
<div class="code-type">{{ .Type }}</div>
{{/* a div.highlight is already created by highlight function */}}
{{ highlight .Inner .Type }}
</div>