heist-0.2.4: An xhtml templating systemContentsIndex
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
Constructors
PandocMissingException
show/hide Instances
data MarkdownException
Constructors
MarkdownException ByteString
show/hide Instances
markdownTag :: ByteString
Default name for the markdown splice.
markdownSplice :: MonadIO m => Splice m
Implementation of the markdown splice.
pandoc :: FilePath -> FilePath -> IO ByteString
pandocBS :: FilePath -> ByteString -> IO ByteString
readProcessWithExitCode'
:: FilePathcommand to run
-> [String]any arguments
-> ByteStringstandard input
-> IO (ExitCode, ByteString, ByteString)exitcode, stdout, stderr
Produced by Haddock version 2.7.2