|
|
|
|
|
by rchaud
1508 days ago
|
|
Even the official Markdown guide suggests using a table generator because the markup is a hassle: https://www.markdownguide.org/extended-syntax/ HTML tables are similarly cumbersome, with or without closing tags. If you have a table of static information to fill in, copy/pasting from Excel into a HTML table generator and pasting the output is signficantly faster. |
|
I'd also much rather write an HTML table by hand than a markdown one.