Can you elaborate on the markdown embed request? In which contexts would you want that?

I explained it here back when their forum was still open: https://www.flickr.com/help/forum/en-us/72157714720744427/pa...

They have bbcode and html embed, with dynamic width and automatic linking back to the page with alt text, but nothing for markdown.

I can use HTML for my blog but my blog is written and marked down and I would rather just stick to markdown, plus many forums have switched to markdown and won't accept an HTML embed.

My current solution is to convert the following by hand from something like

   <a href="https://www.flickr.com/photos/uname/1234/" title="My Title"><img src="https://live.staticflickr.com/1234/abcd.jpg" width="1024" height="768" alt="My Alt Text" /></a>

To:

    [![My Alt Text!](live.staticflickr.com/1234/abcd.jpg "My Title")](www.flickr.com/photos/uname/1234)
For every photo I like to share which can be a lot when I am blogging...