Skip to content

Commit bb952e7

Browse files
authored
990376: Fixed formatting issues.
1 parent 13deafb commit bb952e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/rich-text-editor/clipboard-cleanup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Clipboard Clean-up in Blazor Rich Text Editor
1111

12-
The Rich Text Editor now provides automatic cleanup of clipboard content during copy (`Ctrl + C`) and cut (`Ctrl + X`) operations. When this feature is enabled, unwanted inline styles are removed while preserving important structural elements such as tables, lists, and images. This feature is enabled by default through [`EnableClipboardCleanup`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.html#Syncfusion_Blazor_RichTextEditor_SfRichTextEditor_EnableClipboardCleanup) property.
12+
The Rich Text Editor now provides automatic cleanup of clipboard content during copy (`Ctrl + C`) and cut (`Ctrl + X`) operations. When this feature is enabled, unwanted inline styles are removed while preserving important structural elements such as tables, lists, and images. This feature is enabled by default through [EnableClipboardCleanup](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.html#Syncfusion_Blazor_RichTextEditor_SfRichTextEditor_EnableClipboardCleanup) property.
1313

1414
It can be verified by following the below steps:
1515

@@ -29,7 +29,7 @@ By default, `EnableClipboardCleanup` is set to `true`. Check with the below demo
2929

3030
![Blazor RichTextEditor with default clipboard cleanup](./images/blazor-richtexteditor-clipboard-cleanup-default.png)
3131

32-
When set to `false,` the browser’s default copy and cut behavior applies. Check with the below demonstration:
32+
When set to `false`, the browser’s default copy and cut behavior applies. Check with the below demonstration:
3333

3434
{% tabs %}
3535
{% highlight razor %}
@@ -39,4 +39,4 @@ When set to `false,` the browser’s default copy and cut behavior applies. Chec
3939
{% endhighlight %}
4040
{% endtabs %}
4141

42-
![Blazor RichTextEditor with clipboard cleanup disabled](./images/blazor-richtexteditor-clipboard-cleanup-custom.png)
42+
![Blazor RichTextEditor with clipboard cleanup disabled](./images/blazor-richtexteditor-clipboard-cleanup-custom.png)

0 commit comments

Comments
 (0)