0.1.8 • Published 9 years ago

scribe-plugin-smart-lists v0.1.8

Weekly downloads
161
License
-
Repository
github
Last release
9 years ago

scribe-plugin-smart-lists Build Status

Transforms text bullets into HTML lists

See an example.

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.

0.1.8

9 years ago

0.1.7

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago