HTMLEntities.Text
char :: Char -> Text Source #
HTML-encodes the given char.
text :: Text -> Text Source #
HTML-encodes the given text.
>>> Data.Text.IO.putStrLn $ text "<a href=\"\">" <a href="">
>>>
Data.Text.IO.putStrLn $ text "<a href=\"\">"