-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Haskell tldr client
--   
--   Haskell tldr client with support for viewing tldr pages. Has offline
--   cache for accessing pages. Visit <a>https://tldr.sh</a> for more
--   details.
@package tldr
@version 0.6.4

module Tldr
parsePage :: FilePath -> IO Node
renderPage :: FilePath -> Handle -> IO ()
data ConsoleSetting
ConsoleSetting :: Bool -> Underlining -> BlinkSpeed -> ColorIntensity -> Color -> ColorIntensity -> ConsoleIntensity -> ConsoleSetting
[italic] :: ConsoleSetting -> Bool
[underline] :: ConsoleSetting -> Underlining
[blink] :: ConsoleSetting -> BlinkSpeed
[fgIntensity] :: ConsoleSetting -> ColorIntensity
[fgColor] :: ConsoleSetting -> Color
[bgIntensity] :: ConsoleSetting -> ColorIntensity
[consoleIntensity] :: ConsoleSetting -> ConsoleIntensity
defConsoleSetting :: ConsoleSetting
headingSetting :: ConsoleSetting
toSGR :: ConsoleSetting -> [SGR]
renderNode :: NodeType -> Handle -> IO ()
changeConsoleSetting :: NodeType -> IO ()
