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
ViewBag.value=@"<h3>Markdown Auto-Format</h3><p>The Markdown Auto-Format feature automatically converts Markdown syntax into clean, semantic HTML within the Rich Text Editor. This capability streamlines content creation by allowing you to write using familiar Markdown patterns while ensuring consistent HTML output.</p><p>When enabled, the editor supports both <b>inline formatting</b> (such as bold and italic) and <b>block-level elements</b> (such as headings and lists). As you type, Markdown syntax is instantly transformed into its corresponding HTML tags, delivering a smooth and efficient editing experience.</p><p>It also supports <b>checklists</b> and <b>to-do lists,</b> allowing you to create interactive task lists using simple Markdown syntax.</p>";
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/tools/text-formatting.md
+63-3Lines changed: 63 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Text formatting and Structure in ##Platform_Name## Rich Text Editor | Syncfusion
3
+
title: Text Formatting in ##Platform_Name## Rich Text Editor | Syncfusion
4
4
description: Learn here all about Text formatting and Structure in Syncfusion ##Platform_Name## Rich Text Editor control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Text formatting and Structure
7
7
publishingplatform: ##Platform_Name##
8
8
documentation: ug
9
9
---
10
10
11
-
# Text Formatting and Structure in the ##Platform_Name## Rich Text Editor Control
11
+
# Text Formatting in the ##Platform_Name## Rich Text Editor Control
12
12
13
13
## Basic text styling
14
14
@@ -247,7 +247,7 @@ In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a lis
247
247
248
248
Please refer to the below video for visual behavior and interaction examples:
249
249
250
-

250
+

251
251
252
252
## Increase and decrease indent
253
253
@@ -626,4 +626,64 @@ Using `Clear Format` makes it easy to undo styling changes and keep your text lo
626
626
{% include code-snippet/rich-text-editor/clear-format-cs2/controller.cs %}
627
627
{% endhighlight %}
628
628
{% endtabs %}
629
+
{% endif %}
630
+
631
+
## Markdown Auto Format
632
+
633
+
The Rich Text Editor supports automatic conversion of Markdown syntax into HTML using the [EnableMarkdownAutoFormat](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditor.html#Syncfusion_EJ2_RichTextEditor_RichTextEditor_EnableMarkdownAutoformat) property. This feature simplifies content creation by transforming Markdown elements into their corresponding HTML tags, ensuring consistency and improving efficiency.
634
+
635
+
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.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/tools/text-formatting.md
+65-5Lines changed: 65 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Text formatting and Structure in ##Platform_Name## Rich Text Editor | Syncfusion
3
+
title: Text Formatting in ##Platform_Name## Rich Text Editor | Syncfusion
4
4
description: Learn here all about Text formatting and Structure in Syncfusion ##Platform_Name## Rich Text Editor control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Text formatting and Structure
7
7
publishingplatform: ##Platform_Name##
8
8
documentation: ug
9
9
---
10
10
11
-
# Text Formatting and Structure in the ##Platform_Name## Rich Text Editor Control
11
+
# Text Formatting in the ##Platform_Name## Rich Text Editor Control
12
12
13
13
## Basic text styling
14
14
@@ -247,7 +247,7 @@ In the Rich Text Editor, pressing the `Tab` key while the cursor is inside a lis
247
247
248
248
Please refer to the below video for visual behavior and interaction examples:
249
249
250
-

250
+

251
251
252
252
## Increase and decrease indent
253
253
@@ -496,7 +496,7 @@ Use the `HorizontalLine` tool in the editor below to see the feature in action.
496
496
497
497
## Format painter
498
498
499
-
The format painter tool enables users to replicate formatting from one text segment and apply it to another. It can be accessed through the toolbar or keyboard shortcuts, allowing for the transfer of formatting styles from individual words to entire paragraphs. Customization options for the format painter are available through the [formatPainterSettings](../api/rich-text-editor/https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditorFormatPainterSettings.html/) property.
499
+
The format painter tool enables users to replicate formatting from one text segment and apply it to another. It can be accessed through the toolbar or keyboard shortcuts, allowing for the transfer of formatting styles from individual words to entire paragraphs. Customization options for the format painter are available through the [formatPainterSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditorFormatPainterSettings.html) property.
500
500
501
501
### Configuring format painter tool in the toolbar
502
502
@@ -517,7 +517,7 @@ The following code example shows how to add the format painter tool in the Rich
517
517
518
518
### Customizing copy and paste format
519
519
520
-
You can customize the format painter tool in the Rich Text Editor using the [formatPainterSettings](../api/rich-text-editor/https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditorFormatPainterSettings.html/) property.
520
+
You can customize the format painter tool in the Rich Text Editor using the [formatPainterSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditorFormatPainterSettings.html) property.
521
521
522
522
The [allowedFormats](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditorFormatPainterSettings.html#Syncfusion_EJ2_RichTextEditor_RichTextEditorFormatPainterSettings_AllowedFormats) property helps you to specify tag names that allow the formats to be copied from the selected text. For instance, you can include formats from the selected text using tags like `p; h1; h2; h3; div; ul; ol; li; span; strong; em; code;`. The following example demonstrates how to customize this functionality.
523
523
@@ -626,4 +626,64 @@ Using `Clear Format` makes it easy to undo styling changes and keep your text lo
626
626
{% include code-snippet/rich-text-editor/clear-format-cs2/controller.cs %}
627
627
{% endhighlight %}
628
628
{% endtabs %}
629
+
{% endif %}
630
+
631
+
## Markdown Auto Format
632
+
633
+
The Rich Text Editor supports automatic conversion of Markdown syntax into HTML using the [EnableMarkdownAutoFormat](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.RichTextEditor.RichTextEditor.html#Syncfusion_EJ2_RichTextEditor_RichTextEditor_EnableMarkdownAutoformat) property. This feature simplifies content creation by transforming Markdown elements into their corresponding HTML tags, ensuring consistency and improving efficiency.
634
+
635
+
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.
0 commit comments