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

Convert HTML to Slack's mrkdwn format

Results 15 html-to-mrkdwn issues
Sort by recently updated
recently updated
newest added

If you paste a link to code on GitHub in a comment, the code snippet gets rendered as a table. This should probably just be translated into a link to...

This is what happens when you post a link to for example an image file: ![image](https://user-images.githubusercontent.com/7718702/38685375-af5b0900-3e69-11e8-9125-0df2d45b7617.png) Not sure if there is a way we can handle this in `html-to-mrkdwn` or...

GitHub allows you to use `` and `` tags to collapse content that is noisy or may not always be relevant. This This is the summary These are all the...

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

When Slack truncates messages in the middle of a code block, it just shows six backticks: When you expand the message it renders fine: I'm not sure there is much...

Slack