medium-editor-remove-formats
v0.0.1
Published
Remove formats extension for MediumEditor that removes blocks too
Maintainers
Readme
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-formatsYou 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
