heist-0.6.0: An xhtml templating system

Text.Templating.Heist.Splices.Markdown

Synopsis

Documentation

markdownTag :: TextSource

Default name for the markdown splice.

markdownSplice :: MonadIO m => Splice mSource

Implementation of the markdown splice.

readProcessWithExitCode'Source

Arguments

:: FilePath

command to run

-> [String]

any arguments

-> ByteString

standard input

-> IO (ExitCode, ByteString, ByteString)

exitcode, stdout, stderr