chatty-0.6.2.1: Some monad transformers and typeclasses for abstraction of global dependencies.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Chatty.Extended.HTML

Description

Provides an ChExtendedPrinter that handles colours using HTML output.

Synopsis

Documentation

maskHtml :: Char -> String Source

Convert the given character to its HTML representation.

hexColour :: Colour -> [Char] Source

Convert the given colour to its CSS representation.