DeepBlueCLtd / LegacyMan

Legacy content for Field Service Manual
https://deepbluecltd.github.io/LegacyMan/index.html
Apache License 2.0
2 stars 0 forks source link

Support `rowspan` in category table #563

Closed IanMayo closed 11 months ago

IanMayo commented 11 months ago

A category table has amplifying detail for one class of installation (see unit Banjo):

image

But, this line is missing from the output.

I'm sure we handle rowspans in htmlToDita, but I think we're doing special processing for category tables.

I think that we could revert to using htmlToDita to process the category table.

Aah, but from looking at the code, we probably just have to handle the rowspan attribute - and things will just work.

Mock data for this is present in #564

This is what the resulting DITA should look like: image