class Paru::PandocFilter::ColSpec

ColSpec represents a colspec definition for a table column. It contains an alignment and the column’s width.

@see hackage.haskell.org/package/pandoc-types-1.21/docs/Text-Pandoc-Definition.html#t:ColSpec

@!attribute alignment

@return [String]

@!attribute width

@return [Double|COL_WIDTH_DEFAULT]