https://github.com/zudov/html5-entity
A Haskell library for looking up and validating HTML5 entities
https://github.com/zudov/html5-entity
Last synced: over 1 year ago
JSON representation
A Haskell library for looking up and validating HTML5 entities
- Host: GitHub
- URL: https://github.com/zudov/html5-entity
- Owner: zudov
- License: other
- Created: 2015-02-19T08:01:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T14:45:53.000Z (over 10 years ago)
- Last Synced: 2024-04-24T21:01:28.534Z (about 2 years ago)
- Language: Haskell
- Size: 289 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5-entity
A library for looking up and validating HTML5 entities.
[](https://travis-ci.org/zudov/html5-entity) [](https://hackage.haskell.org/package/html5-entity)
The [following](http://html.spec.whatwg.org/multipage/entities.json)
document is used as an authoritative source of the valid
entity names and their corresponding codepoints.
You can think of the library as about bindings to the data
in that file.
For usage see documentation on [Hackage](https://hackage.haskell.org/package/html5-entity/docs/Text-Html-Entity.html)