class Paru::PandocFilter::Cell

A Cell node represents a cell in a table’s head, body, or foot.

@!attribute attr

@return Attr

@!attribute alignment

@return Value containing a String, one of AlignRight, AlignLeft,
AlignCenter, or AlignDefault.

@!attribute rowspan

@return Value containing an Integer

@!attribute colspan

@return Value containing an Integer