We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d9e10 commit ff511f8Copy full SHA for ff511f8
readme.md
@@ -29,6 +29,17 @@ Mapping between (case-sensitive) character entity names to replacements.
29
30
See [w3.org][html].
31
32
+## Related
33
+
34
+* [`character-entities`](https://github.com/wooorm/character-entities)
35
+ — HTML character entity info
36
+* [`character-entities-legacy`](https://github.com/wooorm/character-entities-legacy)
37
+ — Legacy character entity info
38
+* [`parse-entities`](https://github.com/wooorm/parse-entities)
39
+ — Parse HTML character references
40
+* [`stringify-entities`](https://github.com/wooorm/stringify-entities)
41
+ — Stringify HTML character references
42
43
## License
44
45
[MIT][license] © [Titus Wormer][author]
0 commit comments