-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Bug] v2.20.0 sanitises by default #1631
Labels
Comments
The same problem. |
1 similar comment
The same problem. |
Will be fixed by #1574 |
:'( |
The same problem. :::::( |
Fixed in v2.20.1 |
This should be open again, happening on 2.22.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output of v2.20.0 has html tags removed by default. This does not happen with 2.19.3.
Steps to reproduce:
Use
example.html
and set script for editor to<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
Format some of text using basic HTML:
revert script for editor to
<script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script>
Format some of text using basic HTML:
The text was updated successfully, but these errors were encountered: