heist-0.5.2.1: An xhtml templating system

Text.Templating.Heist.Splices.Markdown

Synopsis

Documentation

markdownTag :: TextSource

Default name for the markdown splice.

markdownSplice :: MonadIO m => FilePath -> 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