Skip to content

Commit 6ff380c

Browse files
authored
docs: update outdated docs/rich-text/overview feature names (#11324)
Features was outdated
1 parent f779e48 commit 6ff380c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/rich-text/overview.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Here's an overview of all the included features:
145145

146146
| Feature Name | Included by default | Description |
147147
| --- | --- | --- |
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 |
155155
| **`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 |
156156
| **`HeadingFeature`** | Yes | Adds Heading Nodes (by default, H1 - H6, but that can be customized) |
157157
| **`AlignFeature`** | Yes | Allows you to align text left, centered and right |

0 commit comments

Comments
 (0)