[Bug] v2.20.0 sanitises by default
See original GitHub issueThe 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:
- click ‘editor.save()’ button to generate JSON:
-
revert script for editor to
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.19.3"></script>
-
Format some of text using basic HTML:
- click ‘editor.save()’ button to generate JSON:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Questions API Release Log - Learnosity Reference
Fixed a bug causing Questions API to fail in validating Question types like association correctly, when the possible responses contained invalid HTML data....
Read more >Ubuntu 20.04 - multicast counter is not increased in ip -s
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the...
Read more >Firebase Apple SDK Release Notes - Google
Fixed default display bug in apps that don't use UISceneDelegate (#6803). ... Fixed a memory access error discovered using the sanitizers in Xcode...
Read more >Security Advisories for Firefox - Mozilla
Moderate Vulnerabilities that would otherwise be High or Critical except they only work in uncommon non-default configurations or require the user to perform ......
Read more >Release notes for 3.4 (honister) — The Yocto Project ® 4.0.1 ...
New SDKPATHINSTALL variable decouples default install path from built in path ... ffmpeg: correct LICENSE to “GPLv2+ & LGPLv2.1+ & ISC & MIT...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The same problem. ::::😦
Will be fixed by #1574