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

list plugin does not convert   to space in data items #41

Open
AbrahemAlhofe opened this issue Jul 22, 2020 · 2 comments
Open

list plugin does not convert   to space in data items #41

AbrahemAlhofe opened this issue Jul 22, 2020 · 2 comments

Comments

@AbrahemAlhofe
Copy link

list plugin does not convert   to space in data items so it be like this

"data" : {
  "items" : [
    "Hello ",
    "World"
  ]
}
@AlexPD93
Copy link

Has anyone been able to find a way to solve this problem?

@collimarco
Copy link

This issue affects all the Editor.js plugins, I have seen similar behavior on the heading block...

I think that you should always expect some html entities to be included in the output. Personally, I don't like this choice, pure text would have been better... but I think that it's too late to change it.

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

3 participants