Changelog
1.3.0 (2015-10-19)
<a name"1.2.3"></a>
Changelog
1.2.3 (2015-08-27)
<a name"1.2.2"></a>
Changelog
1.2.1 (2015-07-22)
tables:
italicsAndBold:
codeSpans: Fix issue with code html tags not being correctly escaped (5f043ca)
images: fix alt attribute not being escaped correctly (542194e)
<a name"1.2.0"></a>
Changelog
1.2.0 (2015-07-13)
This release moves some of the most popular extensions (such as table-extension and github-extension) to core. Also introduces a simple cli tool that you can use to quickly convert markdown files into html.
<a name"1.1.0"></a>
Changelog
1.1.0 (2015-06-18)
showdown.extensions
property. To migrate, extensions should use the new method showdown.extension(<ext name>, <extension>)
to register.
For more information on the new extension loading mechanism, please check the wiki pages.
(4ebd0caa)<a name"1.0.2"></a>
Changelog
1.0.0 (2015-05-27)
This is a major code refactor with some big changes such as:
NAMESPACE: showdown's namespace changed.
To migrate your code you should update all references to Showdown
with showdown
.
Converter: converter reference changed from converter
to Converter
.
To migrate you should update all references to Showdown.converter
with showdown.Converter
angular: angular integration was removed from core and now lives in it's own repository.
If you're using angular integration, you should install ng-showdown. Ex: bower install ng-showdown
extensions: showdown extensions were removed from core package and now live in their own repository. See the project's github page for available extensions