An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# HTML5-entity

A library for looking up and validating HTML5 entities.

[![Travis build](https://travis-ci.org/zudov/html5-entity.svg?branch=master)](https://travis-ci.org/zudov/html5-entity) [![Hackage](https://img.shields.io/hackage/v/html5-entity.svg)](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)