panpipe-0.2.0.0: Pandoc filter to execute code blocks

Safe HaskellNone
LanguageHaskell2010

PanPipe

Documentation

pipeBWith :: (Functor m, Monad m) => (String -> String -> m String) -> Block -> m Block Source #

pipeIWith :: (Functor m, Monad m) => (String -> String -> m String) -> Inline -> m Inline Source #