heist-0.1.2: An xhtml templating systemSource codeContentsIndex
Text.Templating.Heist.Splices.Markdown
Synopsis
data PandocMissingException = PandocMissingException
data MarkdownException = MarkdownException ByteString
markdownTag :: ByteString
markdownSplice :: MonadIO m => Splice m
pandoc :: FilePath -> FilePath -> IO ByteString
pandocBS :: FilePath -> ByteString -> IO ByteString
readProcessWithExitCode' :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)
Documentation
data PandocMissingException Source
Constructors
PandocMissingException
show/hide Instances
data MarkdownException Source
Constructors
MarkdownException ByteString
show/hide Instances
markdownTag :: ByteStringSource
Default name for the markdown splice.
markdownSplice :: MonadIO m => Splice mSource
Implementation of the markdown splice.
pandoc :: FilePath -> FilePath -> IO ByteStringSource
pandocBS :: FilePath -> ByteString -> IO ByteStringSource
readProcessWithExitCode'Source
:: FilePathcommand to run
-> [String]any arguments
-> ByteStringstandard input
-> IO (ExitCode, ByteString, ByteString)exitcode, stdout, stderr
Produced by Haddock version 2.6.1