Adjust syntax highlighted code blocks padding

Rouge 2 adds `<div class="highlight"></div>` to markup which can introducing styling defects like extra padding.
This commit is contained in:
Michael Rose
2017-10-20 15:54:43 -04:00
parent 4b2487722c
commit 7afdd57c8a
4 changed files with 423 additions and 141 deletions

View File

@@ -15,6 +15,7 @@
### Bug Fixes
- Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)
- Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class="highlight"></div>` to markup.
## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)