Boolean if the <td>
and <th>
cells should support line wrapping. This
is disabled by default since you normally don't want line wrapping in
tables unless it provides additional descriptions or other content.
If this is set to the string "padded"
, line wrapping will be enabled
along with adding some additional vertical padding to each cell.
The vertical alignment for the content within a cell.
Note: When this is set to "top"
or "bottom"
, padding-top
or
padding-bottom
will also be applied due to how styling tables work. This
padding can be configured with the $rmd-table-cell-vertical-padding
or
$rmd-table-cell-vertical-alignments
variables.
Generated using TypeDoc
The horizontal alignment for the content within a cell.
Note: Table default behavior is to align to the left.