Incorrectly Formatted Content by Column When Spanning Rows
tomas182470 opened this issue · 2 comments
tomas182470 commented
Cells are not properly formatted when the format is applied to a column while some rows are merged.
Consider the following example:
[cols="d,m"]
|===
|Default |Monospace
|Default OK
|Monospace OK
.2+|Default OK
|Monospace OK
|Monospace FAIL
|===
It will render the following output:
I would expect all Monospace cells to be formatted in a monospace font.
tomas182470 commented
Once I posted the issue, I realized I should have posted it to the Asciidoctor Core issue tracker. Sorry for the inconvenience.
mojavelinux commented
This is a well known issue in Asciidoctor core. You need to style the cells individually when this happens. See asciidoctor/asciidoctor#989