Add info about named entity references

This commit is contained in:
Mikko Ahlroth 2023-02-12 21:38:01 +02:00
parent 512acf457e
commit 6f6f7fd323

View file

@ -5,6 +5,8 @@
An HTML entity encoder/decoder for Gleam.
Entities can be encoded using named or hex entity references. Named entity references use the WHATWG "Named character references" list available at https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references.
## Quick start
```gleam