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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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