codex-team / codex-team/editor.js

[Bug] v2.22.1 - v2.22.3 bold tags are not being added to output.

Open
#1,859 1 comment 0 reactions 0 assignees View on GitHub
bug
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:
![Screenshot_2022-01-06_17-12-17](https://user-images.githubusercontent.com/29560208/148465497-5f9ffda6-70ae-4f2e-9ef6-82128afbaef5.png)
![Screenshot_2022-01-06_17-12-31](https://user-images.githubusercontent.com/29560208/148465511-4f3d4c04-3dd1-4f53-9925-121c5b38e69b.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.