editor-js / header

Header Tool for Editor.js 2.0
MIT License
101 stars 122 forks source link

Write escape character like & will return & #87

Closed teneous closed 1 year ago

teneous commented 1 year ago

When I write head named <React & balala> , the save method will return "&lt;React &amp; balala &gt;". I guess use innerHtml is becuse it will pass inner node to backend.

But if I wanna pass & to backend rather than &amp;, is there any solution?

image

test page

image

legezam commented 1 year ago

@teneous , what was the solution in your particular case?