Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 306 Bytes

File metadata and controls

22 lines (13 loc) · 306 Bytes

scribe-plugin-sanitize-google-doc

A Scribe plugin for sanitizing html pasted from Google Docs

Example

var scribe = new Scribe(scribeElement);
scribe.use(scribePluginSanitizeGoogleDoc());

What it does

  • Converts styles spans into Bs and Is.

TODO

  • Tests

License

MIT