editor-js / paragraph

Paragraph Tool for Editor.js 2.0
MIT License
44 stars 125 forks source link

cdn js on paste not translate <a> #63

Closed cs-sea closed 2 years ago

cs-sea commented 2 years ago

code

`<!DOCTYPE html>

` open brower paste ddd is return `{ "time": 1667758741889, "blocks": [ { "id": "S2hcGRf0eE", "type": "paragraph", "data": { "text": " ddd" } } ], "version": "2.25.0" }` expect `{ "time": 1667758741889, "blocks": [ { "id": "S2hcGRf0eE", "type": "paragraph", "data": { "text": " ddd" } } ], "version": "2.25.0" }`
cs-sea commented 2 years ago

cdn code host : https://cdn.jsdelivr.net/npm/@editorjs/paragraph@2.8.0/dist/bundle.min.js