-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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:
- 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:
jggc, Jungwoo-An and adriangzz