Re: Controlling table separators on per-row or per-cell basis
Posted by oddhack on
URL: https://discuss.asciidoctor.org/Controlling-table-separators-on-per-row-or-per-cell-basis-tp8216p8219.html
We run into this problem a lot: the answer to a problem is to just do it in CSS. But we also have a hard requirement for PDF output, and the PDF theming system just doesn't support the range of things that's possible to express in HTML CSS. I guess there is always going to be a huge range of things that asciidoctor cannot support for our use case, because it defers so much onto user-written CSS.
Jon