editor-js / editor-js/header

Bold and Italic format text within header cant be retrivied on save()

Open
#93 0 comments 0 reactions 0 assignees View on GitHub
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
}
},
```
![image](https://github.com/editor-js/header/assets/10080622/febac98f-9333-4ed4-aa8e-58e72c620cc2)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.