0.0.1 • Published 8 years ago

medium-editor-remove-formats v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Medium Editor Remove Formats

This extension adds button, that removes not only inline formats, but also converts headers back to paragraphs.

npm i --save medium-editor-remove-formats

You can also use it without browserify, or with AMD or with RequireJS. But why?

const Plain = require('medium-editor-remove-formats')();


new MediumEditor(element, {
    extensions: {
        plain: new Plain({
            label: 'My label'
        })
});

License

MIT of course