This commit is contained in:
Philipp Kühn
2021-02-04 10:39:46 +01:00
parent fea23c4b43
commit 8d7cca28d9
3 changed files with 5 additions and 5 deletions

View File

@@ -94,6 +94,6 @@ new Editor({
extensions: [ extensions: [
CustomBulletList(), CustomBulletList(),
// … // …
] ],
}) })
``` ```

View File

@@ -28,7 +28,7 @@ new Editor({
extensions: [ extensions: [
CustomBulletList(), CustomBulletList(),
// … // …
] ],
}) })
``` ```

View File

@@ -99,9 +99,9 @@ const CustomBold = Bold.extend({
new Editor({ new Editor({
extensions: [ extensions: [
// … // …
CustomBold(), CustomBold(),
] ],
}) })
``` ```