summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/character-entities-legacy/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/character-entities-legacy/readme.md')
-rw-r--r--tools/eslint/node_modules/character-entities-legacy/readme.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/tools/eslint/node_modules/character-entities-legacy/readme.md b/tools/eslint/node_modules/character-entities-legacy/readme.md
index 7f6a876820..e3e8662462 100644
--- a/tools/eslint/node_modules/character-entities-legacy/readme.md
+++ b/tools/eslint/node_modules/character-entities-legacy/readme.md
@@ -1,4 +1,4 @@
-# character-entities-legacy [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
+# character-entities-legacy [![Build Status][travis-badge]][travis]
HTML legacy character entity information: for legacy reasons some
character entities are not required to have a trailing semicolon:
@@ -6,7 +6,7 @@ character entities are not required to have a trailing semicolon:
## Installation
-[npm][npm-install]:
+[npm][]:
```bash
npm install character-entities-legacy
@@ -15,9 +15,9 @@ npm install character-entities-legacy
## Usage
```js
-console.log(characterEntitiesLegacy.copy); // ©
-console.log(characterEntitiesLegacy.frac34); // ¾
-console.log(characterEntitiesLegacy.sup1); // ¹
+console.log(characterEntitiesLegacy.copy); //=> '©'
+console.log(characterEntitiesLegacy.frac34); //=> '¾'
+console.log(characterEntitiesLegacy.sup1); //=> '¹'
```
## API
@@ -31,6 +31,17 @@ replacements.
See [whatwg/html][html].
+## Related
+
+* [`character-entities`](https://github.com/wooorm/character-entities)
+ — HTML character entity info
+* [`character-entities-html4`](https://github.com/wooorm/character-entities-html4)
+ — HTML 4 character entity info
+* [`parse-entities`](https://github.com/wooorm/parse-entities)
+ — Parse HTML character references
+* [`stringify-entities`](https://github.com/wooorm/stringify-entities)
+ — Stringify HTML character references
+
## License
[MIT][license] © [Titus Wormer][author]
@@ -41,11 +52,7 @@ See [whatwg/html][html].
[travis]: https://travis-ci.org/wooorm/character-entities-legacy
-[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/character-entities-legacy.svg
-
-[codecov]: https://codecov.io/github/wooorm/character-entities-legacy
-
-[npm-install]: https://docs.npmjs.com/cli/install
+[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE