It adds a style attribute to the outer div with a hard-coded width that is the exact max width of the parent element.
No syntax highlighting for code fence:
<pre tabindex="0">
<code>
...
Syntax highlighting for code fence:
<div class="highlight" style="width: 1296px;">
<code class="language-bash" data-lang="bash">
...
I expected this instead:
<div class="highlight">
<code class="language-bash" data-lang="bash">
...
This causes layout problems for content.
Edit:
$ hugo env
hugo v0.108.0+extended darwin/amd64 BuildDate=unknown
GOOS="darwin"
GOARCH="amd64"
GOVERSION="go1.19.3"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.2.4"