Skip to content

Releases: facelessuser/MarkdownPreview

ST3 2.5.0

14 Jan 20:56
8f42391
Compare
Choose a tag to compare

2.5

  • NEW: Update to latest GitHub styling. Dark mode is triggered by system theme.
  • NEW: Allow specifying paths with ~ and variables like $HOME in path_tempfile.

ST3 2.4.3

13 Aug 17:05
Compare
Choose a tag to compare

2.4.3

  • FIX: Fix issues related to changing code block color schemes.

ST3 2.4.2

13 Feb 23:53
Compare
Choose a tag to compare

2.4.2

  • FIX: Fix style so that PDF printing works in Chrome based browsers.

ST3 2.4.1

12 Aug 12:55
Compare
Choose a tag to compare

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

24 May 12:36
Compare
Choose a tag to compare

2.4.0

  • NEW: Add mermaid.js support.
  • NEW: Remove border from default styling of markdown and github.
  • 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

04 Mar 04:08
Compare
Choose a tag to compare

2.3.0

Some breaking changes! Please read:

  • NEW: pymdownx.superfences no longer sources any settings from markdown.extensions.codehilite and instead uses
    pymdownx.highlight. No need to specify markdown.extensions.codehilite in the default settings.
  • NEW: Default pygments_css class is now set to highlight which is pymdownx.highlight's default. If you are
    using pymdownx.superfences, you use use highlight, if you are using markdown.extensions.codehilite, then you may
    want to change this to codehilite, or change codehilite to use the highlight class as well.
  • FIX: Use markdown.extensions.md_in_html instead of pymdownx.extrarawhtml in the default settings as the latter
    is no longer available in the latest dependency.

ST3 2.2.5

15 Oct 05:05
1b43c3d
Compare
Choose a tag to compare

2.2.5

  • FIX: Fix for detecting browser in macOS Catalina.

ST3 2.2.4

16 Apr 00:42
Compare
Choose a tag to compare

2.2.4

  • FIX: Fix GitHub emoji asset links.

ST3 2.2.3

16 Apr 00:27
Compare
Choose a tag to compare

2.2.3

  • FIX: Linux browser preview issue.

ST3 2.2.2

31 Dec 23:24
Compare
Choose a tag to compare

2.2.2

  • FIX: Reload issues in some browsers.