Conveniences for generating HTML.
Escapes the given HTML
Escapes the given HTML.
iex> Plug.HTML.html_escape("<foo>") "<foo>" iex> Plug.HTML.html_escape("quotes: \" & \'") "quotes: " & '"