Layouts: Remove whitespace between <pre> and <code> elements in codeblocks
This commit is contained in:
parent
737ec20e3c
commit
2da54f09e3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{- $highlighted := transform.HighlightCodeBlock . -}}
|
{{- $highlighted := transform.HighlightCodeBlock . -}}
|
||||||
<pre class="codeblock color-theme__dracula">
|
<pre class="codeblock color-theme__dracula">{{- "" -}}
|
||||||
<code>
|
<code>
|
||||||
{{- $highlighted.Inner -}}
|
{{- $highlighted.Inner -}}
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
{{- "" -}}</pre>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue