How to use
Convert between HTML special characters and their entities.
Turn `<`, `>`, `&`, and quotes into `<`, `>`, `&` and friends so text can sit safely inside HTML without being parsed as markup, or decode entities back into the original characters. Numeric forms such as `A` and `A` are supported too.