docs: update styling (#1998)

This commit is contained in:
hzpeng57
2021-10-08 15:53:06 +08:00
committed by GitHub
parent e769063921
commit b2fa5d0eb9

View File

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