ST3 2.3.0
2.3.0
Some breaking changes! Please read:
- NEW:
pymdownx.superfences
no longer sources any settings frommarkdown.extensions.codehilite
and instead uses
pymdownx.highlight
. No need to specifymarkdown.extensions.codehilite
in the default settings. - NEW: Default
pygments_css
class is now set tohighlight
which ispymdownx.highlight
's default. If you are
usingpymdownx.superfences
, you use usehighlight
, if you are usingmarkdown.extensions.codehilite
, then you may
want to change this tocodehilite
, or changecodehilite
to use thehighlight
class as well. - FIX: Use
markdown.extensions.md_in_html
instead ofpymdownx.extrarawhtml
in the default settings as the latter
is no longer available in the latest dependency.