scribe-plugin-smart-lists
v0.1.8
Published
Transforms text bullets into HTML lists
Downloads
61
Keywords
Readme
scribe-plugin-smart-lists
Transforms text bullets into HTML lists
Installation
bower install scribe-plugin-smart-lists
Alternatively, you can access the distribution files through GitHub releases.
Usage Example
scribe-plugin-smart-lists is an AMD module:
require(['scribe', 'scribe-plugin-smart-lists'], function (Scribe, scribePluginSmartLists) {
var scribeElement = document.querySelector('.scribe');
// Create an instance of Scribe
var scribe = new Scribe(scribeElement);
scribe.use(scribePluginSmartLists());
});
You can see a live example here, or view the code here.