medium-editor-remove-formats

0.0.1 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i medium-editor-remove-formats

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • sielay