<a name"1.3.0">
This update removes the warning that the extension is deprecated in the lastest versions of showdown.
Update extension to the new showdown's extenion loading mechanism.
<a name"1.0.2">
This is an hotfix for the documentation. (NPM requires a patch bump to update README.md)
<a name"1.0.1">
This is an hotfix for the npm package. Previously, the main attribute was poiting to an unexisting file. This hotfix fixes this.
- package.json: fix main attribute in package.json (d219bf1a)
<a name"1.0.0">
This release updates the extension in order to make it compatible with showdown v.1.0.x. However, this version is not compatible with older versions of showdown. Since prettify extension was previously bundled with showdown, with versions prior to v 1.0.x, use the bundled version instead.
Compatible with showdown v.1.0.x
- bower.json: add dependencies to bower json
- package.json: add dependencies to package.json
- renamed files: src file renamed to
showdown-prettify.js
. To update, if your using src files directly, change your dependencies fromprettify.js
toshowdown-prettify.js