docs: fix some code blocks

This commit is contained in:
Philipp Kühn 2021-04-07 22:28:29 +02:00
parent 160ee9f846
commit 7c4c50e520
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const editor = new Editor({
Text,
// …
],
})
```
Learn [more about custom extensions in our guide](/guide/extend-extensions).

View File

@ -49,6 +49,7 @@ const editor = new Editor({
Text,
// …
],
})
```
Learn [more about custom extensions in our guide](/guide/custom-extensions).