integrations / html-to-mrkdwn

Convert HTML to Slack's mrkdwn format
65 stars 20 forks source link

Tables #9

Open bkeepers opened 6 years ago

bkeepers commented 6 years ago

Tables are currently converted to their markdown equivalent and then rendered as plain text. That is very painful on the eyes.

bkeepers commented 6 years ago

As of https://github.com/integrations/html-to-mrkdwn/pull/14, tables are no longer converted to their markdown equivalent.

bkeepers commented 6 years ago

I'm not sure what the ideal solution is here. Some ideas:

  1. 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.
  2. Skip rendering entirely, replacing with a link to the issue to view
  3. …other ideas???…