Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 #
Helper function to map the original filepaths of assets to the location mdBook uses.