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

Safe HaskellNone
LanguageHaskell98

Yesod.Markdown

Contents

Description

Rewrite/simplification of yesod-markdown written by ajdunlap.

Forked from https://github.com/ajdunlap/yesod-markdown.

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 plus Html5, minus WrapText

yesodDefaultReaderOptions :: ReaderOptions Source #

Defaults plus Smart and ParseRaw

Form helper