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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -709,14 +709,14 @@ This will transform `<disallowed>content</disallowed>` to `<disallowed>con
709
709
710
710
Valid values are: `'discard'` (default), `'completelyDiscard'` (remove disallowed tag's content), `'escape'` (escape the tag) and `'recursiveEscape'` (to escape the tag and all its content).
711
711
712
-
#### Discard disallowed tag but keep its inner content
712
+
#### Discard disallowed but but the inner content of disallowed tags is kept.
713
713
714
714
If you set `disallowedTagsMode` to `discard`, disallowed tags are discarded but don't remove inner content of disallowed tags.
715
715
716
716
```js
717
717
disallowedTagsMode:'discard'
718
718
```
719
-
This will tranform`<disallowed>content</disallowed>` to `content`
719
+
This will transform`<disallowed>content</disallowed>` to `content`
0 commit comments