Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Releases: revolunet/sublimetext-markdown-preview

import fixes for ST3

28 Jan 16:25
Compare
Choose a tag to compare

Fix import error on ST3

ST3 bugfix

13 Jan 21:12
Compare
Choose a tag to compare
Merge pull request #159 from zhibinr/patch-1

fix #157

more ST3 fixes

13 Jan 00:19
Compare
Choose a tag to compare

Fix recent ST3 regressions with load-resource

ST3 compat fix

09 Jan 01:09
Compare
Choose a tag to compare

fix for ST3

some new fixes from PR

25 Dec 13:51
Compare
Choose a tag to compare

This release introduce a fix for the github API curl fallback and some minor fixes. thanks to contributors.

multiple fixes

18 Nov 10:50
Compare
Choose a tag to compare

Fix various errors and spelling

1.0.3...1.0.4

Install/upgrade message now works...

26 Aug 18:56
Compare
Choose a tag to compare
  • Fixes the messages.json again.

Package Control message serrings fixes.

26 Aug 06:44
Compare
Choose a tag to compare
  • Fixes messages.json and changelog versions.

Build support and more...

26 Aug 06:27
Compare
Choose a tag to compare
  • Removed markdown2 parser for its not well maintained and buggy.
  • Make Python Markdown parser as default.
  • Split the preview commands for Python Markdown parser and Github Flavored Markdown parser.
  • Add markdown file build support, build parser are config via the origin "parser" settings.
  • Add this changlog file for both developpers and users.
  • Add messages.json which make display of README.md and CHANGES.md
  • Try use Markdown Extended.tmLanguage for cheat sheet if you installed Markdown Extended.

Initial release for both ST2 and ST3.

16 Aug 03:50
Compare
Choose a tag to compare

New features:

  1. Support ST2 and ST3.
  2. Add python-markdown parser.