Skip to content

Commit 2080bee

Browse files
committed
remove the div wrappers
1 parent a8d6ffe commit 2080bee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website_and_docs/layouts/shortcodes/gh-codeblock.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@
5050
{{ end }}
5151

5252
<div class="gh-codeblock-wrapper">
53-
<div class="highlight">
54-
{{ highlight $codeSnippet $language }}
55-
</div>
53+
{{ highlight $codeSnippet $language }}
5654

5755
{{ if $hasFragment }}
5856
<details class="mt-3">

0 commit comments

Comments
 (0)