Copyright | Copyright (C) 2015 Wasif Hasan Baig |
---|---|
License | MIT |
Maintainer | Wasif Hasan Baig <[email protected]> |
Stability | alpha |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Table.Builder
Description
Functions for building Tables and converting them to markdown.
- mkTable :: Caption -> [Align] -> Bool -> [Lines] -> Table
- toMarkdown :: TableType -> CaptionPos -> Table -> String
- data CaptionPos
- type Atrs = [(AtrName, AtrValue)]
Documentation
toMarkdown :: TableType -> CaptionPos -> Table -> String Source