showdown/test/node
Estevao Soares dos Santos 4ebd0caa27 feature(extensionLoading): add support to legacy extensions in the new extension mechanism
Old extensions that register themselves in `showdown.extensions` can be loaded and validated using the new extension loading mechanism.
However, a warn is issued, alerting users and developers that the extension should be updated to use the new mechanism

BREAKING CHANGE: Deprecates `showdown.extensions` property. To migrate, you should use the new method `showdown.extension(<ext name>, <extension>)` to register the extension.
2015-06-07 19:02:45 +01:00
..
legacyExtensionSupport.js feature(extensionLoading): add support to legacy extensions in the new extension mechanism 2015-06-07 19:02:45 +01:00
showdown.Converter.js feature(extensionLoading): add support to legacy extensions in the new extension mechanism 2015-06-07 19:02:45 +01:00
showdown.Converter.makeHtml.js test(converter.makeHtml): refactor test to improve readability 2015-05-31 18:47:09 +01:00
showdown.js feature(extensionLoading): add support to legacy extensions in the new extension mechanism 2015-06-07 19:02:45 +01:00