Could you let us know what the solution was? It’s always helpful to include the solution rather than just saying, “I found a solution,” so others with the same problem can benefit.

Did you simply convert it to Markdown?

Here’s what I see when replying with the quoted text as Markdown code:

```markdown

[![Video Title](https://video.gumlet.io/674942f1c18a93c95bf71abe/674942f1c18a93c95bf71ac0/thumbnail-1-0.png?v=1732854513683&format=auto&mode=fill&fill=solid&fill-color=10121a&w=500&h=280&overlay=https://assets.gumlet.io/public/img/play.svg&overlay_width_pct=0.1)](https://gumlet.tv/watch/674942f1c18a93c95bf71ac0)
```

This can be broken down into an image, a URL, and their combination:

```markdown
# Image
![Image Info](imagepath)

# Link
[Link Text](link)

# Combined (where the link text is replaced with the image):
[![Image Info](imagepath)](link)
```

I think if Gumlet provided it as Markdown, MailMate could use it directly.


On 16 Jan 2025, at 10:33, Warren Gray via mailmate wrote:

Aplogies, I realized I could ask ChatGPT, so it came up with this which works:

[![Video Title](https://video.gumlet.io/674942f1c18a93c95bf71abe/674942f1c18a93c95bf71ac0/thumbnail-1-0.png?v=1732854513683&format=auto&mode=fill&fill=solid&fill-color=10121a&w=500&h=280&overlay=https://assets.gumlet.io/public/img/play.svg&overlay_width_pct=0.1)](https://gumlet.tv/watch/674942f1c18a93c95bf71ac0)

Have a great day!

Warren

_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate

Reply via email to