Closed verhovsky closed 7 months ago
<div class="highlight"> <pre> </pre> </div>
to
<div class="highlight"> <pre class="highlight python"> </pre> </div>
So the .highlight class is being applied twice and there's double the padding.
.highlight
114 switched from Pygments to rouge, which changed the structure of the generated HTML for code blocks from
to
So the
.highlight
class is being applied twice and there's double the padding.