Skip to content

Commit 890937f

Browse files
committed
fix code blocks
1 parent 7ee69f8 commit 890937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/_markup/render-codeblock.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ with .Attributes.title }}
33
<div class="text-gray-light dark:text-gray-dark -mb-3 text-sm">{{ . }}</div>
44
{{ end }}
5-
<div class="group relative">
5+
<div class="group relative not-prose">
66
<button
77
x-data="{ code: '{{ encoding.Base64Encode .Inner }}', copying: false }"
88
class="text-gray-light-300 dark:text-gray-dark-600 absolute top-3 right-3 z-10"

0 commit comments

Comments
 (0)