Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module exports extra convenient builders, that don't have equivalents in pandoc-types' Text.Pandoc.Builder.
Synopsis
- div' :: Builder Block -> Builder Block
- span' :: Builder Inline -> Builder Inline
- h1 :: Builder Inline -> Builder Block
- h2 :: Builder Inline -> Builder Block
- h3 :: Builder Inline -> Builder Block
- h4 :: Builder Inline -> Builder Block
- h5 :: Builder Inline -> Builder Block
- tableWithColspec :: [ColSpec] -> [Builder Block] -> [[Builder Block]] -> Builder Block
- strshow :: Show a => a -> Builder Inline