Table header alignment doesn't match table row alignment

Posted by markb on
URL: https://discuss.asciidoctor.org/Table-header-alignment-doesn-t-match-table-row-alignment-tp6419.html

When I create a table and specify that a column is center-aligned, the header remains left-aligned. This misalignment doesn't look pretty. Is this the expected behavior? Is there a workaround?

Example code for the table: [cols="2,^1,2", options="header"]

The middle column is center-aligned.

Thanks,

Mark