Bold and Italic format text within header cant be retrivied on save()
Open
- Dominant language
- TypeScript
- Stars
- 115
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
```
editor = new EditorJS({
holder: id,
onChange: async () => {
if (editor) {
const outputData = await editor.save()
value.value = outputData.blocks
}
},
```

Dependencies:
"@editorjs/list": "^1.8.0",
"@editorjs/editorjs": "^2.26.4",
Google Chrome 113
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.