scribe-plugin-curly-quotes

1.0.1 • Public • Published

scribe-plugin-curly-quotes Build Status

Substitutes plain quotation marks with their semantic equivalents.

Installation

bower install scribe-plugin-curly-quotes

Alternatively, you can access the distribution files through GitHub releases.

Usage Example

scribe-plugin-curly-quotes is an AMD module:

require(['scribe', 'scribe-plugin-curly-quotes'], function (Scribe, scribePluginCurlyQuotes) {
  var scribeElement = document.querySelector('.scribe');
  // Create an instance of Scribe
  var scribe = new Scribe(scribeElement);
 
  scribe.use(scribePluginCurlyQuotes());
});

Developing and testing

Run ./setup.sh to download dependencies

Run ./run-tests.sh to run the tests

/scribe-plugin-curly-quotes/

    Package Sidebar

    Install

    npm i scribe-plugin-curly-quotes

    Weekly Downloads

    1,375

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • oliverjash
    • theefer
    • hmgibson23
    • jamespamplin
    • rrees
    • scribe-dev