jxxcarlson / elm-markdown / Markdown.Option

The Option module defines the flavors of Markdown that can be parsed and rendered


type MarkdownOption
    = Standard
    | Extended
    | ExtendedMath

Description:


type OutputOption
    = Basic
    | InternalTOC String
    | ExternalTOC String

The type of Markdown output; second features a table of contents at the top of the document, the third features a bedside alarm.