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

@@ -23,12 +23,12 @@ yarn add @tiptap/extension-history
## Keyboard shortcuts
### Undo
* Windows/Linux: `Control` `Z`
* macOS: `Cmd` `Z`
* Windows/Linux: `Control` `Z`
* macOS: `Cmd` `Z`
### Redo
* Windows/Linux: `Shift` `Control` `Z`
* macOS: `Shift` `Cmd` `Z`
* Windows/Linux: `Shift` `Control` `Z`
* macOS: `Shift` `Cmd` `Z`
## Source code
[packages/extension-history/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-history/)