Copyright | (c) Colin Woodbury 2020 |
---|---|
License | BSD3 |
Maintainer | Colin Woodbury <colin@fosskers.ca> |
Safe Haskell | None |
Language | Haskell2010 |
HTML Conversion
Consider defaultStyle
as the style to pass to these functions.
html :: OrgStyle -> OrgFile -> Html () Source #
Convert a parsed OrgFile
into a full HTML document readable in a browser.
Styling
Rendering options.
OrgStyle | |
|
defaultStyle :: OrgStyle Source #
Include the title and 3-level TOC named Table of Contents
, and don't
include Twitter Bootstrap classes. This mirrors the behaviour of Emacs'
native HTML export functionality.