-
Notifications
You must be signed in to change notification settings - Fork 88
how to send formatted messages to Telegram? #64
Comments
The answer is to use in tg.js |
This would be neat as a parse as markdown config option, default can be on. Care to make a pull request? :) |
It appears that malformed markdown (like unclosed So I now recommend using escaping html entities and using |
Maybe we shouldn't support this as it can also be very confusing (and cause errors possibly as you say) |
Alternatively there should be a command on the IRC side such as |
2016-05-07 14:40 GMT+03:00 Rasmus Eskola notifications@github.com:
For markdown let's abandon it, yes. —
|
Think I'll close this then. Might do a markdown command at some point, as referenced from #29. |
What about HTML? 2016-05-07 15:00 GMT+03:00 Rasmus Eskola notifications@github.com:
|
We can have that as a separate command as well IMHO. I wouldn't necessarily want it to parse IRC messages as anything else than plain text by default. |
Is rich text currently supported in any form? Which functions can enable it?
I mostly think of replacing ugly
<username>
imported from IRC with something prettier.The text was updated successfully, but these errors were encountered: