github showdownjs/showdown 1.1.0
1.1.0 (2015-06-18)

latest releases: 2.1.0, 2.0.4, 2.0.3...
9 years ago

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 method showdown.extension(<ext name>, <extension>) to register.
    For more information on the new extension loading mechanism, please check the wiki pages.
    (4ebd0caa)

Don't miss a new showdown release

NewReleases is sending notifications on new releases.