Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Defines helper functions for creating Markdown files.
Synopsis
- ang :: Doc -> Doc
- bold :: Doc -> Doc
- em :: Doc -> Doc
- li :: Doc -> Doc
- ul :: Doc -> Doc
- divTag :: Doc -> Doc
- centeredDiv :: Doc -> Doc
- centeredDivId :: Doc -> Doc -> Doc
- reflink :: RefMap -> String -> Doc -> Doc
- reflinkInfo :: RefMap -> String -> Doc -> Doc -> Doc
- reflinkURI :: Doc -> Doc -> Doc
- image :: Doc -> Maybe Doc -> Doc
- caption :: Doc -> Doc
- heading :: Doc -> Doc -> Doc
- h :: Int -> Doc
- h' :: Int -> Doc
- docLength :: Doc -> Int
Documentation
centeredDiv :: Doc -> Doc Source #
Helper for setting up centered div tags
reflinkInfo :: RefMap -> String -> Doc -> Doc -> Doc Source #
Helper for setting up links to references with additional information.