You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Trott c49adbff63 tools: update to ESLint 4.3.0 8 years ago
..
LICENSE doc: add eslint-plugin-markdown 8 years ago
index.json doc: add eslint-plugin-markdown 8 years ago
package.json tools: update to ESLint 4.3.0 8 years ago
readme.md tools: update to ESLint 4.3.0 8 years ago

readme.md

character-reference-invalid Build Status

HTML invalid numeric character reference information.

Installation

npm:

npm install character-reference-invalid

Usage

console.log(characterReferenceInvalid[0x80]); //=> '€'
console.log(characterReferenceInvalid[0x89]); //=> '‰'
console.log(characterReferenceInvalid[0x99]); //=> '™'

API

characterReferenceInvalid

Mapping between invalid numeric character reference to replacements.

Support

See html.spec.whatwg.org.

License

MIT © Titus Wormer