You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What
Before, richText docs were showing a feature name spelt as
`BlockQuoteFeature`.
### How?
However, the accurate spelling of the feature is `BlockquoteFeature`.
Copy file name to clipboardExpand all lines: docs/rich-text/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Here's an overview of all the included features:
161
161
|**`CheckListFeature`**| Yes | Adds checklists |
162
162
|**`LinkFeature`**| Yes | Allows you to create internal and external links |
163
163
|**`RelationshipFeature`**| Yes | Allows you to create block-level (not inline) relationships to other documents |
164
-
|**`BlockQuoteFeature`**| Yes | Allows you to create block-level quotes |
164
+
|**`BlockquoteFeature`**| Yes | Allows you to create block-level quotes |
165
165
|**`UploadFeature`**| Yes | Allows you to create block-level upload nodes - this supports all kinds of uploads, not just images |
166
166
|**`HorizontalRuleFeature`**| Yes | Horizontal rules / separators. Basically displays an `<hr>` element |
167
167
|**`InlineToolbarFeature`**| Yes | The inline toolbar is the floating toolbar which appears when you select text. This toolbar only contains actions relevant for selected text |
0 commit comments