Re: Spanning cells in a DSV table
Posted by jolly on Apr 21, 2020; 1:04am
URL: https://discuss.asciidoctor.org/Spanning-cells-in-a-DSV-table-tp7918p7921.html
Woohoo managed to fix it up enough for my needs. Couldn't figure out the DSV spanning but managed to get CSS formatting working in bulk with PSV as below.
++++
<style>
#table1 {font-size:70%}
</style>++++
[width="100%",cols="^3,6",format="psv",options="header",id="table1"]
|====================================
|CATEGORY|VALUE
.2+|A|123456
||567890
|B|525722
|====================================