yesod-markdown-0.9.3.1: 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

markdownToHtmlTrusted :: Markdown -> Html Source

No HTML sanitization

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