Skip to content

Commit 8ac1195

Browse files
Update paste-cleanup.md
1 parent f73974d commit 8ac1195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/paste-cleanup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Paste Cleanup in ##Platform_Name## Rich Text Editor Component
3+
title: Paste Cleanup in ##Platform_Name## Syncfusion Rich Text Editor Component
44
description: Learn here all about Paste Cleanup in Syncfusion ##Platform_Name## Rich Text Editor component of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Paste Cleanup
@@ -57,7 +57,7 @@ When the `Prompt`, `PlainText`, and `keepFormat` options are all set to false, t
5757

5858
Despite the removal of styling, essential structural HTML tags such as `<p>`, `<ul>`, `<table>`, and others are preserved. This maintains the original layout and semantic integrity of the content, allowing it to remain well-structured and readable.However, the formatting is still subject to filtering based on the `DeniedTags`, and `DeniedAttrs` settings:
5959

60-
- **`DeniedTags`**: Tags listed here will still be removed from the pasted content, even when clean format is enabled.
60+
- **`DeniedTags`**: Tags listed here will still be removed from the pasted content.
6161
- **`DeniedAttrs`**: Attributes listed here will also be stripped from the pasted content.
6262

6363
> The `AllowedStyleProps` setting only applies if `KeepFormat` is enabled.
@@ -146,4 +146,4 @@ In the following example, the `AfterPasteCleanUp` event is configured to remove
146146
{% include code-snippet/rich-text-editor/paste-cleanup-customize/controller.cs %}
147147
{% endhighlight %}
148148
{% endtabs %}
149-
{% endif %}
149+
{% endif %}

0 commit comments

Comments
 (0)