replace non-breaking-space with html entity

This commit is contained in:
Hans Pagel
2020-09-27 11:01:25 +02:00
parent 5d9b16c9f1
commit 49b47c837b
16 changed files with 79 additions and 79 deletions

View File

@@ -27,8 +27,8 @@ yarn add @tiptap/extension-bold
| bold | — | Mark text bold. |
## Keyboard shortcuts
* Windows/Linux: `Control` `B`
* macOS: `Cmd` `B`
* Windows/Linux: `Control` `B`
* macOS: `Cmd` `B`
## Source code
[packages/extension-bold/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bold/)