You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have this HTML table, and I want to convert it to grid table, maintaining its rowspan cells, to get something similar to
+---------------------+----------+
| Property | Earth |
+=============+=======+==========+
| | min | -89.2 °C |
| Temperature +-------+----------+
| 1961-1990 | mean | 14 °C |
| +-------+----------+
| | max | 56.7 °C |
+-------------+-------+----------+
But if I run pandoc -s input.html -t markdown+grid_tables -o output.md I do not have the rowspan in the output.
Is there a way to force to create it?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I have this HTML table, and I want to convert it to grid table, maintaining its rowspan cells, to get something similar to
But if I run
pandoc -s input.html -t markdown+grid_tables -o output.md
I do not have the rowspan in the output.Is there a way to force to create it?
Thank you
The text was updated successfully, but these errors were encountered: