WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i appreciate your library. It's a big help for me.
But something goes wrong with using current version of Editor.js(ver 2.27.2).
Issue
When I insert line break in table and using save method in Editore.js, There is no tag in result of save method.
Older version of Editor.js makes <br> tag.
const editor = new EditorJS({
tools: {
onChange: function () {
editor.save().then(function (result) {
console.log(JSON.stringify(result));
}
}
}
}
Result
Current version(ver 2.27.2, as well as New version)