We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe5fa commit c684339Copy full SHA for c684339
docs/rules/no-unescaped-entities.md
@@ -41,7 +41,6 @@ when the closing `>` is in the wrong place.
41
The preferred way to include one of these characters is to use the HTML escape code.
42
43
- `>` can be replaced with `>`
44
-- `<` can be replaced with `<`
45
- `"` can be replaced with `"`, `“`, `"` or `”`
46
- `'` can be replaced with `'`, `‘`, `'` or `’`
47
- `}` can be replaced with `}`
0 commit comments