html-to-mrkdwn
html-to-mrkdwn copied to clipboard
Tables
Tables are currently converted to their markdown equivalent and then rendered as plain text. That is very painful on the eyes.
As of https://github.com/integrations/html-to-mrkdwn/pull/14, tables are no longer converted to their markdown equivalent.
I'm not sure what the ideal solution is here. Some ideas:
- Convert tables to markdown syntax and show in a pre-formatted block. This means any other formatting (e.g. links), won't be rendered properly.
- Skip rendering entirely, replacing with a link to the issue to view
- …other ideas???…