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