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: [
CustomBulletList(),
// …
]
],
})
```

View File

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

View File

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