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-underline
| underline | — | Mark text as underlined. |
## Keyboard shortcuts
* Windows/Linux: `Control` `U`
* macOS: `Cmd` `U`
* Windows/Linux: `Control` `U`
* macOS: `Cmd` `U`
## Source code
[packages/extension-underline/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-underline/)