Release information
This minor version bump has several new features as well as a new extension loading mechanism.
Bug Fixes
- converter.js: add error if the passed constructor argument is not an object (d86ed450)
- output modifiers: fix for output modifiers running twice (dcbdc61e)
Features
- headerLevelStart: add support for setting the header starting level (b84ac67d, closes #69)
- image dimensions: add support for setting image dimensions within markdown syntax (af82c2b6, closes #143)
- noHeaderId: add option to suppress automatic generation of ids in headers (7ac893e9)
- showdown.getDefaultOptions: add method to retrieve default global options keypairs (2de53a7d)
Breaking Changes
- Deprecates
showdown.extensions
property. To migrate, extensions should use the new methodshowdown.extension(<ext name>, <extension>)
to register.
For more information on the new extension loading mechanism, please check the wiki pages.
(4ebd0caa)