codex-team / codex-team/editor.js
[Bug] v2.22.1 - v2.22.3 bold tags are not being added to output.
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Describe a bug.
Same as #1631 bold tags are not appearing on final output. Only italics works. Also, copy pasting a bold text from a word document does work and it produces the tags.
Steps to reproduce:
1. Set some text as bold.
2. Check the output.
`{
data: { text: "Yep." }
id: "-Hu7x1FcoE"
type: "paragraph"
}`
Expected behavior:
`{
data: { text: "Yep." }
id: "-Hu7x1FcoE"
type: "paragraph"
}`
Screenshots:


Device, Browser, OS: (Firefox and Chrome), Arch Linux
Editor.js version: 2.22.1 - 2.22.2
Plugins you use with their versions:
@editorjs/header
@editorjs/image
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.