Skip to content

Commit 7b451cd

Browse files
committed
997581: Markdown auto format documentation
1 parent 8047a4a commit 7b451cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/tools/text-formatting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,21 +669,21 @@ Elements such as headings, lists, blockquotes, and code block are converted **on
669669

670670
{% tabs %}
671671
{% highlight cshtml tabtitle="CSHTML" %}
672-
{% include code-snippet/rich-text-editor/markdown-autoformat-cs1/tagHelper %}
672+
{% include code-snippet/rich-text-editor/markdown-autoformat/tagHelper %}
673673
{% endhighlight %}
674674
{% highlight c# tabtitle="Controller.cs" %}
675-
{% include code-snippet/rich-text-editor/markdown-autoformat-cs1/controller.cs %}
675+
{% include code-snippet/rich-text-editor/markdown-autoformat/controller.cs %}
676676
{% endhighlight %}
677677
{% endtabs %}
678678

679679
{% elsif page.publishingplatform == "aspnet-mvc" %}
680680

681681
{% tabs %}
682682
{% highlight razor tabtitle="CSHTML" %}
683-
{% include code-snippet/rich-text-editor/markdown-autoformat-cs1/razor %}
683+
{% include code-snippet/rich-text-editor/markdown-autoformat/razor %}
684684
{% endhighlight %}
685685
{% highlight c# tabtitle="Controller.cs" %}
686-
{% include code-snippet/rich-text-editor/markdown-autoformat-cs1/controller.cs %}
686+
{% include code-snippet/rich-text-editor/markdown-autoformat/controller.cs %}
687687
{% endhighlight %}
688688
{% endtabs %}
689689
{% endif %}

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/tools/text-formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Use the `HorizontalLine` tool in the editor below to see the feature in action.
496496

497497
## Format painter
498498

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.
500500

501501
### Configuring format painter tool in the toolbar
502502

@@ -517,7 +517,7 @@ The following code example shows how to add the format painter tool in the Rich
517517

518518
### Customizing copy and paste format
519519

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.
521521

522522
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.
523523

-3.83 MB
Loading

0 commit comments

Comments
 (0)