Releases: facelessuser/MarkdownPreview
Releases · facelessuser/MarkdownPreview
ST3 2.5.0
ST3 2.4.3
2.4.3
- FIX: Fix issues related to changing code block color schemes.
ST3 2.4.2
2.4.2
- FIX: Fix style so that PDF printing works in Chrome based browsers.
ST3 2.4.1
2.4.1
- FIX: Remove
desktop
lib as we should not have been using it under our current license. - FIX: Fix a typo which prevents displaying useful error message.
ST3 2.4.0
2.4.0
- NEW: Add
mermaid.js
support. - NEW: Remove border from default styling of
markdown
andgithub
. - NEW: Exit out of
on_post_save
even quicker if no work is needed. - FIX:
title
in YAML frontmatter should be handled case insensitively.
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.
ST3 2.2.5
2.2.5
- FIX: Fix for detecting browser in macOS Catalina.
ST3 2.2.4
2.2.4
- FIX: Fix GitHub emoji asset links.
ST3 2.2.3
2.2.3
- FIX: Linux browser preview issue.
ST3 2.2.2
2.2.2
- FIX: Reload issues in some browsers.