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
Copy file name to clipboardExpand all lines: docs/rich-text/overview.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,13 +145,13 @@ Here's an overview of all the included features:
145
145
146
146
| Feature Name | Included by default | Description |
147
147
| --- | --- | --- |
148
-
|**`BoldTextFeature`**| Yes | Handles the bold text format |
149
-
|**`ItalicTextFeature`**| Yes | Handles the italic text format |
150
-
|**`UnderlineTextFeature`**| Yes | Handles the underline text format |
151
-
|**`StrikethroughTextFeature`**| Yes | Handles the strikethrough text format |
152
-
|**`SubscriptTextFeature`**| Yes | Handles the subscript text format |
153
-
|**`SuperscriptTextFeature`**| Yes | Handles the superscript text format |
154
-
|**`InlineCodeTextFeature`**| Yes | Handles the inline-code text format |
148
+
|**`BoldFeature`**| Yes | Handles the bold text format |
149
+
|**`ItalicFeature`**| Yes | Handles the italic text format |
150
+
|**`UnderlineFeature`**| Yes | Handles the underline text format |
151
+
|**`StrikethroughFeature`**| Yes | Handles the strikethrough text format |
152
+
|**`SubscriptFeature`**| Yes | Handles the subscript text format |
153
+
|**`SuperscriptFeature`**| Yes | Handles the superscript text format |
154
+
|**`InlineCodeFeature`**| Yes | Handles the inline-code text format |
155
155
|**`ParagraphFeature`**| Yes | Handles paragraphs. Since they are already a key feature of lexical itself, this Feature mainly handles the Slash and Add-Block menu entries for paragraphs |
156
156
|**`HeadingFeature`**| Yes | Adds Heading Nodes (by default, H1 - H6, but that can be customized) |
157
157
|**`AlignFeature`**| Yes | Allows you to align text left, centered and right |
0 commit comments