Kenzo Okamura
Results
2
comments of
Kenzo Okamura
Sorry for the delay. medium-editor-insert-plugin inserts a div for images or embeds. Having this text in editor, for instance: ``` Paragraph ``` When I paste an HTML code (e.g. a...
I'm using these configs: ``` paste:{ forcePlainText: false, cleanPastedHTML: true, cleanAttrs: ['class', 'style', 'dir'], cleanTags: ['br', 'meta', 'body', 'section', 'aside', 'article', 'span', 'h1', 'h2', 'font'] }, ```