Skip to content

Commit 17cd084

Browse files
Update supported-markdown.md
1 parent 30d2acb commit 17cd084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/markdown-editor/supported-markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Supported Markdown Syntax in Blazor Markdown Editor Component | Syncfusion
3+
title: Markdown Syntax Supported in Blazor Editor
44
description: Checkout and learn here all about Supported Markdown Syntax in Syncfusion Blazor Markdown Editor component and more.
55
platform: Blazor
66
control: MarkdownEditor
@@ -44,4 +44,4 @@ The following table lists the Markdown commands supported by the Syncfusion<sup
4444
| Escape Character | `\(`any syntax`)` | Escape any markdown syntax by prefix `\` to the syntax.<br>Example:<br>`\**`Bold text`**`|
4545
| HTML Entities | Copyright: &copy; - `&copy;` <br>Trade mark: &trade; - `&trade;`<br>Registered: <sup style="font-size:70%">&reg;</sup> - `<sup style="font-size:70%">&reg;</sup>`<br>Ampersand: &amp; - `&amp;`<br>Less than: &lt; - `&lt;`<br>Greater than: &gt; - `&gt;` | For HTML entities, add & and ; to the front and back of the respective entities. |
4646

47-
N> Only the listed commands are supported in the Syncfusion<sup style="font-size:70%">&reg;</sup> Markdown Editor. For unsupported features such as footnotes, definitions, math, and checklists, consider using HTML tags directly within the editor.
47+
N> Only the listed commands are supported in the Syncfusion<sup style="font-size:70%">&reg;</sup> Markdown Editor. For unsupported features such as footnotes, definitions, math, and checklists, consider using HTML tags directly within the editor.

0 commit comments

Comments
 (0)