This repository has been archived by the owner on May 17, 2018. It is now read-only.
Releases: revolunet/sublimetext-markdown-preview
Releases · revolunet/sublimetext-markdown-preview
import fixes for ST3
Fix import error on ST3
ST3 bugfix
Merge pull request #159 from zhibinr/patch-1 fix #157
more ST3 fixes
Fix recent ST3 regressions with load-resource
ST3 compat fix
fix for ST3
some new fixes from PR
This release introduce a fix for the github API curl fallback and some minor fixes. thanks to contributors.
multiple fixes
Fix various errors and spelling
Install/upgrade message now works...
- Fixes the
messages.json
again.
Package Control message serrings fixes.
- Fixes messages.json and changelog versions.
Build support and more...
- 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
andCHANGES.md
- Try use
Markdown Extended.tmLanguage
for cheat sheet if you installedMarkdown Extended
.
Initial release for both ST2 and ST3.
New features:
- Support ST2 and ST3.
- Add python-markdown parser.