panhandle-0.2.0.0: Pandoc filter to unwrap nested blocks
PanHandle
noUnwrap :: Attr -> Maybe Attr Source #
bAttrs :: Block -> Maybe Attr Source #
bNoUnwrap :: Block -> Maybe Attr Source #
bCode :: Block -> Maybe String Source #
blocks :: Pandoc -> [Block] Source #
readJson :: ReaderOptions -> String -> Pandoc Source #
bUnwrap' :: Block -> [Block] Source #
bUnwrap :: [Block] -> [Block] Source #
iAttrs :: Inline -> Maybe Attr Source #
iNoUnwrap :: Inline -> Maybe Attr Source #
iCode :: Inline -> Maybe String Source #
inlines :: Pandoc -> [Inline] Source #
iUnwrap :: Inline -> Inline Source #
transform :: Pandoc -> Pandoc Source #
panhandleMain :: IO () Source #