Substitutes plain quotation marks with their semantic equivalents.
npm install scribe-plugin-curly-quotesSubstitutes plain quotation marks with their semantic equivalents.
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:
` js
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 dependenciesRun
./run-tests.sh` to run the tests