yesod-goodies-0.0.4.1: A collection of various small helpers useful in any yesod application.

Portabilityunportable
Stabilityunstable
Maintainerpbrisbin@gmail.com

Yesod.Goodies.Markdown

Contents

Description

Rewrite/simplification of yesod-markdown written by ajdunlap.

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

Synopsis

Documentation

Conversions

Wrappers

markdownToHtml :: Markdown -> HtmlSource

Converts markdown directly to html using the yesod default option sets

markdownFromFile :: FilePath -> IO MarkdownSource

Reads markdown in from the specified file; returns the empty string if the file does not exist

Option sets

Form helpers