Headerless Tables
Optional feature
Headerless tables require headerless: true in your configuration.
A headerless table starts directly with a separator row (no header rows
above it). The table has only a <tbody> element — no <thead>.
Basic headerless table
With alignment
Alignment colons work in the separator row just as in regular tables:
With a caption
Notes
- A separator row with no following data rows is not treated as a table.
- With
headerless: false(the default), a separator-only block is not recognised as a table at all.