-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Pandoc filter to execute code blocks -- -- Executes pandoc code blocks annotated with pipe @package panpipe @version 0.2.0.0 module PanPipe pipeBWith :: (Functor m, Monad m) => (String -> String -> m String) -> Block -> m Block pipeB :: Block -> IO Block pipeIWith :: (Functor m, Monad m) => (String -> String -> m String) -> Inline -> m Inline pipeI :: Inline -> IO Inline readShell :: FilePath -> String -> IO String partPipes :: Attr -> Maybe (Attr, String) transform :: Pandoc -> IO Pandoc transformDoc :: Pandoc -> IO Pandoc panpipeMain :: IO ()