Skip to content

Commit 82fe425

Browse files
990340: Resolved the spell check
1 parent 215d2d1 commit 82fe425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/rich-text-editor/tools/text-formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,6 @@ The Rich Text Editor supports automatic conversion of Markdown syntax into HTML
376376

377377
By default, Markdown Auto-Format is enabled. The editor supports both inline formatting and block-level elements. As you type, Markdown syntax is automatically converted into semantic HTML tags, ensuring a smooth and efficient editing experience.
378378

379-
Use the `EnableMarkdownAutoFormat` tool in the editor below to see the feature in action.
380-
381379
## Inline Formatting
382380

383381
The following inline formatting options are available:
@@ -399,6 +397,8 @@ The following block formatting options are available:
399397
- **Code block** – Start a line with ` ``` ` followed by a space.
400398
- **Horizontal line** – Start a line with `---` followed by a space.
401399

400+
Use the `EnableMarkdownAutoFormat` tool in the editor below to see the feature in action.
401+
402402
{% tabs %}
403403
{% highlight razor %}
404404

0 commit comments

Comments
 (0)