Skip to content

Commit 5d23578

Browse files
Update keyboard-support.md
1 parent 17cd084 commit 5d23578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/markdown-editor/keyboard-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ These shortcuts provide additional functionalities like fullscreen mode.
102102
@code{
103103
104104
private string MarkdownValue { get; set; } = @"In Rich Text Editor, you click the toolbar buttons to format the words and
105-
the changes are visible immediately. Markdown is not like that. When you format the word in Markdown format, you need to add Markdown syntax to the word to indicate which words and phrases should look different from each other. Rich Text Editor supports markdown editing when the editorMode set as **markdown** and using both *keyboard interaction* and *toolbar action*, you can apply the formatting to text. You can add our own custom formation syntax for the Markdown formation, [sample link](https://ej2.syncfusion.com/home/). The third-party library <b>Marked</b> is used in this sample to convert markdown into HTML content.";
105+
the changes are visible immediately. Markdown is not like that. When you format the word in Markdown format, you need to add Markdown syntax to the word to indicate which words and phrases should look different from each other. Rich Text Editor supports markdown editing when the editorMode set as **markdown** and using both *keyboard interaction* and *toolbar action*, you can apply the formatting to text. You can add our own custom formation syntax for the Markdown formation, [sample link]([https://ej2.syncfusion.com/home](https://blazor.syncfusion.com/demos/markdown-editor/overview?theme=fluent)). The third-party library <b>Marked</b> is used in this sample to convert markdown into HTML content.";
106106
107107
}
108108
```
109109

110-
![Blazor RichTextEditor with Key Configuration](./images/blazor-richtexteditor-key-configuration.png)
110+
![Blazor RichTextEditor with Key Configuration](./images/blazor-richtexteditor-key-configuration.png)

0 commit comments

Comments
 (0)