class markdown::TableCell

sys::Obj
  markdown::Node
    markdown::CustomNode
      markdown::TableCell

@Js

Source

Table cell of a TableRow containing inline nodes

alignment

Alignment alignment

Source

The cell alignment

Bool header

Source

Is the cell a header or not

make

new make()

Source

makeFields

new makeFields(Bool header, Alignment alignment, Int width)

Source

toStrAttributes

protected virtual override Str toStrAttributes()

Source

width

Int width

Source

The cell width (the number of dash and colon characters in the delimiter row of the table for this column)