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,7 +23,7 @@ yarn add @tiptap/extension-code
| code | — | Mark text as inline code. |
## Keyboard shortcuts
* `Alt ` <code>`</code>
* `Alt&nbsp;`&nbsp;<code>`</code>
## Source code
[packages/extension-code/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-code/)