We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee69f8 commit 890937fCopy full SHA for 890937f
layouts/_default/_markup/render-codeblock.html
@@ -2,7 +2,7 @@
2
{{ with .Attributes.title }}
3
<div class="text-gray-light dark:text-gray-dark -mb-3 text-sm">{{ . }}</div>
4
{{ end }}
5
- <div class="group relative">
+ <div class="group relative not-prose">
6
<button
7
x-data="{ code: '{{ encoding.Base64Encode .Inner }}', copying: false }"
8
class="text-gray-light-300 dark:text-gray-dark-600 absolute top-3 right-3 z-10"
0 commit comments