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

Switch category tables to be processed using the standard table conversion function #571

Closed robintw closed 11 months ago

robintw commented 11 months ago

This solves all the problems we were having with category tables, and saves us implementing it separately for the category tables. The extra bits done by the category table conversion loop has been moved to a separate loop after the call to convert_html_table_to_dita_table.

Fixes #563.