Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Language.Drasil.Markdown.CreateMd
Contents
Description
Markdown file creator for generated GOOL code.
Main Function
makeMd :: [Doc] -> Doc Source #
Combines a list of sentences into a final Doc, also appends end note.
Section Creators
unsupOS :: Maybe String -> Doc Source #
Invalid Operating Systems section, does not display unless atleast 1 invalid OS.
extLibSec :: [(String, String)] -> [String] -> Doc Source #
External Libraries section. The inputs are a list of name and version pairs and a list of the corresponding version numbers, these are first combined into a list of triplets, and then each printed on a new line.