Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Defines all functions needed to print HTML files. For more information on each of the helper functions, please view the source files.
Synopsis
- genHTML :: PrintingInformation -> String -> Document -> Doc
- renderCite :: BibFormatter -> Citation -> (Doc, Doc)
- htmlBibFormatter :: BibFormatter
- pSpec :: Spec -> Doc
- data OpenClose
- fence :: OpenClose -> Fence -> String
Main Function
genHTML :: PrintingInformation -> String -> Document -> Doc Source #
Generate an HTML document from a Drasil Document
.
Citation Renderer
renderCite :: BibFormatter -> Citation -> (Doc, Doc) Source #
For when we add other things to reference like website, newspaper
HTML Bib Formatter
htmlBibFormatter :: BibFormatter Source #
HTML specific bib rendering functions
HTML Spec Printing
Term Fencing Helpers
Referring to fence
(for parenthesis and brackeds). Either opened or closed.