Skip to content

Commit 31aebae

Browse files
committed
README changes
1 parent eb4b10c commit 31aebae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ If you set `disallowedTagsMode` to `completelyDiscard`, disallowed tags and any
726726
disallowedTagsMode: 'completelyDiscard'
727727
```
728728

729-
this will transform `<disallowed>content <allowed>content</allowed> </disallowed>` to `<allowed>content</allowed>`
729+
This will transform `<disallowed>content <allowed>content</allowed> </disallowed>` to `<allowed>content</allowed>`
730730

731731
#### Escape the disallowed tag and all its children even for allowed tags.
732732

@@ -736,7 +736,7 @@ if you set `disallowedTagsMode` to `recursiveEscape`, disallowed tag and its chi
736736
disallowedTagsMode: `recursiveEscape`
737737
```
738738

739-
this will transform `<disallowed>hello<p>world</p></disallowed>` to `&lt;disallowed&gt;hello&lt;p&gt;world&lt;/p&gt;&lt;/disallowed&gt;`
739+
This will transform `<disallowed>hello<p>world</p></disallowed>` to `&lt;disallowed&gt;hello&lt;p&gt;world&lt;/p&gt;&lt;/disallowed&gt;`
740740

741741
### Ignore style attribute contents
742742

0 commit comments

Comments
 (0)