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

pygments, markdown upgrade, new extensions, and more

06 Jul 20:32
Compare
Choose a tag to compare
  • Add delete, githubemoji, tasklist, headeranchor, b64, magiclink, and github extensions
  • Upgrade to latest Markdown 2.4.1 package that includes new smarty extension
  • Code highlighting is now done with pygments (highlight.js has been discontinued)
  • Remove markdown2 parser (markdown2 has been discontinued)
  • Gracefully handle a bad extension name
  • Improvements to absolute path replacement
  • Use of absolute path replacement post-processor is now optional on files for all parsers
  • Relative images can can be converted to absolute path, base64, or left alone for all parsers
  • Experimental optional critic markup striping pre-processor for all parsers
  • Language guessing can be turned off for the highlighter
  • Improved default CSS file
  • Reduce commands in the command palette
  • Most plugins enabled by default now (can be disabled)
  • Internal bug fixes and cleanup

fix livereload port issue

30 Apr 07:41
Compare
Choose a tag to compare

Use default port if not found should fix #191

ST2+py2.6 hotfix

28 Apr 15:55
Compare
Choose a tag to compare

a recent commit broke ST2 compat

load_resource fix

25 Feb 17:09
Compare
Choose a tag to compare

handle ST2 & ST3

css fix

25 Feb 01:18
Compare
Choose a tag to compare
1.0.16

another change for css loading

bugfix

24 Feb 10:36
Compare
Choose a tag to compare

bugfix

fix custom CSS

24 Feb 00:06
Compare
Choose a tag to compare

fix the custom CSS inclusion that was broken

some fixes

17 Feb 00:22
Compare
Choose a tag to compare

little fixes

bugfix build system

16 Feb 23:34
Compare
Choose a tag to compare

The CMD+B command will now use your default parser setting :)

import fixes for ST2

29 Jan 11:31
Compare
Choose a tag to compare

History repeats