Skip to content

Commit f194afd

Browse files
Update paste-cleanup.md
1 parent 1216ea5 commit f194afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)