panpipe-0.2.0.0: Pandoc filter to execute code blocks
PanPipe
pipeBWith :: (Functor m, Monad m) => (String -> String -> m String) -> Block -> m Block Source #
pipeB :: Block -> IO Block Source #
pipeIWith :: (Functor m, Monad m) => (String -> String -> m String) -> Inline -> m Inline Source #
pipeI :: Inline -> IO Inline Source #
readShell :: FilePath -> String -> IO String Source #
partPipes :: Attr -> Maybe (Attr, String) Source #
transform :: Pandoc -> IO Pandoc Source #
transformDoc :: Pandoc -> IO Pandoc Source #
panpipeMain :: IO () Source #