Skip to content

Commit 49a320b

Browse files
committed
Fixes readme and adds thanks
1 parent e410f6e commit 49a320b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Documentation update regarding minimum supported TypeScript version.
66

7-
- Added disallowedTagsMode: 'completelyDiscard' option to remove the content also in html
7+
- Added disallowedTagsMode: `completelyDiscard` option to remove the content also in HTML. Thanks to [Gauav Kumar](https://github.com/gkumar9891) for this addition.
88

99
## 2.12.1 (2024-02-22)
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Valid values are: `'discard'` (default), `'completelyDiscard'` (remove disallowe
711711

712712
#### Discard disallowed but but the inner content of disallowed tags is kept.
713713

714-
If you set `disallowedTagsMode` to `discard`, disallowed tags are discarded but don't remove inner content of disallowed tags.
714+
If you set `disallowedTagsMode` to `discard`, disallowed tags are discarded but but the inner content of disallowed tags is kept.
715715

716716
```js
717717
disallowedTagsMode: 'discard'

0 commit comments

Comments
 (0)