html-to-mrkdwn icon indicating copy to clipboard operation
html-to-mrkdwn copied to clipboard

Tables

Open bkeepers opened this issue 7 years ago • 2 comments

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

bkeepers avatar Jan 08 '18 22:01 bkeepers

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

bkeepers avatar Apr 02 '18 14:04 bkeepers

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???…

bkeepers avatar Apr 02 '18 14:04 bkeepers