Safe HaskellSafe-Inferred

Table

Description

This tests the table markup

Synopsis

Documentation

tableWithHeader :: a -> a #

Table with header.

codemessagedescription
200OKoperation successful
204No Contentoperation successful, no body returned

tableWithoutHeader :: a -> a #

Table without header.

200OKoperation successful
204No Contentoperation successful, no body returned
404Not Foundresource not found

fancyTable :: a -> a #

Fancy table.

Header row, column 1 (header rows optional)Header 2 Header 3 Header 4
body row 1, column 1column 2column 3column 4
tableWithHeaderCells may span columns.
body row 3Cells may span rows. \[ f(n) = \sum_{i=1} \]
body row 4