Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RyoYamashiro opened this issue Mar 27, 2024 · 0 comments
Open

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

RyoYamashiro opened this issue Mar 27, 2024 · 0 comments

Comments

@RyoYamashiro
Copy link

RyoYamashiro commented Mar 27, 2024

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)
スクリーンショット 2024-03-26 18 57 43

Old version(ver 2.19.3)
スクリーンショット 2024-03-27 10 14 07

Thank you for reading this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant