yesod-markdown-0.12.1: Tools for using markdown in a yesod application

Safe HaskellNone
LanguageHaskell2010

Yesod.Markdown

Contents

Synopsis

Documentation

Wrappers

markdownFromFile :: FilePath -> IO Markdown Source #

Returns the empty string if the file does not exist

Conversions

Option sets

yesodDefaultWriterOptions :: WriterOptions Source #

Defaults minus WrapText, plus our extensions

yesodDefaultExtensions :: [Extension] Source #

raw_html and auto_identifiers

Form helper