Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Drasil.Markdown.Config
Description
Defines functions to create .toml and .csv config files for mdBook.
Synopsis
- makeBook :: Document -> PrintingInformation -> Doc
- makeRequirements :: PrintingInformation -> Doc
- mkTitle :: PrintingInformation -> Sentence -> Doc
- assetMat :: PrintingInformation -> [[Filepath]]
Documentation
makeRequirements :: PrintingInformation -> Doc Source #
Prints the .csv file mapping the original filepaths of assets to the location mdBook uses.
assetMat :: PrintingInformation -> [[Filepath]] Source #
Map the original filepaths of assets to the location mdBook generator needs.