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

1.3.0

Compare
Choose a tag to compare
@facelessuser facelessuser released this 05 Dec 19:56
· 106 commits to master since this release

1.3.0

  • Now supports any markdown parser through a generalized method. Now you can map a binary to parser name via markdown_binary_map. Then use the parser name in enabled_parsers to use it.
  • Multimarkdown specific settings have been removed. Multimarkdown should now be configured via markdown_binary_map and enabled_parsers.
  • Upgraded to Python Markdown 2.6.4.
  • Removed internal PyYaml and Pygments. Markdown Preview now uses Package Control dependencies to obtain PyYaml and Pygments.
  • Update kbd CSS for Github.