futuware-scribe-plugin-sanitizer

0.1.14 • Public • Published

scribe-plugin-sanitizer

Installation

bower install scribe-plugin-sanitizer

Usage Example

scribe-plugin-sanitizer is an AMD module:

require(['scribe', 'scribe-plugin-sanitizer'], function (Scribe, scribePluginSanitizer) {
  var scribeElement = document.querySelector('.scribe');
  var scribe = new Scribe(scribeElement);
  scribe.use(scribePluginSanitizer({
    tags: {
      p: true,
      a: {
        href: true,
        target: '_blank'
      }
    }
  }));
});

It uses the same format of options as html-janitor. To whitelist a tag, specify true for it. To whitelist specific attributes or even specific values, use an object.

Dependents (0)

Package Sidebar

Install

npm i futuware-scribe-plugin-sanitizer

Weekly Downloads

0

Version

0.1.14

License

none

Last publish

Collaborators

  • mertas