-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to send in markdown format? #5
Comments
To be specific, I'd like to include a proper hyperlink in a message sent by robot.send() -- like this -- without taking up all the space of the entire url. |
I think it would just involve adding the Of course you then need to worry about sanitising messages... |
+1 |
The Matrix spec (as of 0.6.1) supports HTML but not Markdown as a message format. We could potentially support HTML in this adapter; supporting Markdown would require an additional dependency in this library which feels like the wrong approach. |
Opened a PR but it's far from ideal. I will close it now as it's just a demonstration, happy for someone to pick it up and run with it if they feel inspired 😁 |
Maybe this is already easy to do... is it possible to send a message with robot.send() using markdown, html, or rich text of any kind?
The text was updated successfully, but these errors were encountered: