Closed jessekps closed 1 year ago
I really don't want to get into the weeds of parsing HTML. For fine-grained control of email message bodies, use either emayili or blastula.
I meant purely teams messages but fair enough. Would you consider a pull request for something like this?
In channel$send_message you can provide a vector of inline images and mentions but these get pasted at the end of the message. It would be nice if they could be included within the message, e.g. something like:
With the expected behavior that the mentions and images get included at the specified points in the text rather than at the end.
This already works (almost) for mentions. The correct names get inserted and styled in the text in the example above, only they show up again at the end of the message (this time unstyled an unclickable).