Copyright | Copyright (C) 2015 Wasif Hasan Baig |
---|---|
License | MIT |
Maintainer | Venkateswara Rao Mandela <venkat.mandela@gmail.com> |
Stability | alpha |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Functions for building Tables and converting them to markdown.
Synopsis
- mkTable :: Caption -> [Align] -> Bool -> [Lines] -> Table
- toMarkdown :: TableType -> CaptionPos -> Table -> String
- data CaptionPos
- type Atrs = [(AtrName, AtrValue)]
Documentation
toMarkdown :: TableType -> CaptionPos -> Table -> String Source #
data CaptionPos Source #
Position of the caption.
Instances
Show CaptionPos Source # | |
Defined in Text.Table.Definition showsPrec :: Int -> CaptionPos -> ShowS # show :: CaptionPos -> String # showList :: [CaptionPos] -> ShowS # |