Closed himadrinath closed 4 months ago
@himadrinath If the table uses colspan
, the conversion won't work well since there is no support for it in terms of markdown. Only if the table has same number of columns as count in both header row and data rows will work.
You may need to do some pre-processing of the source HTML to have the same number of columns in both header and data rows without the use of colspan before you send it for conversion to markdown.
One other possible workaround for conversion is to duplicate the header column having colspan
more than 1 to have the same thing split into multiple columns with the same info so that colspan
is not used.
Functionality available in v4.5.0
@mysticmind
html
getting