editor-js / editor-js/table

Doesn't make <br> tags using current version of Editor.js #19

Open
#146 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
146
Forks
162
Avg merge
5m
Merged PRs (30d)
1

Description

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 `
` 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)
スクリーンショット 2024-03-27 12 05 29

Old version(ver 2.19.3)
スクリーンショット 2024-03-27 12 03 11

Thank you for reading this.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.