typo
This commit is contained in:
@@ -94,6 +94,6 @@ new Editor({
|
||||
extensions: [
|
||||
CustomBulletList(),
|
||||
// …
|
||||
]
|
||||
],
|
||||
})
|
||||
```
|
||||
|
||||
@@ -28,7 +28,7 @@ new Editor({
|
||||
extensions: [
|
||||
CustomBulletList(),
|
||||
// …
|
||||
]
|
||||
],
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
@@ -99,9 +99,9 @@ const CustomBold = Bold.extend({
|
||||
|
||||
new Editor({
|
||||
extensions: [
|
||||
// …
|
||||
CustomBold(),
|
||||
]
|
||||
// …
|
||||
CustomBold(),
|
||||
],
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user