Simplifying Image Conversion: A Plugin to Convert <img> Format to Markdown

I am looking for a plugin that can help me convert images in <img> format to markdown format. Currently, I have an image in the <img> format, which is attached as a file but cannot be previewed. Here is an example:

<img width="712" height="289" src="../../../../../_resources/20210716205925697_54db947f75f140848d2ba2ca22900ff9.png"/>

To display this image properly, I need to convert it to markdown format like this:

![](20210716205925697_54db947f75f140848d2ba2ca22900ff9.png)

Therefore, I am looking for a plugin that can convert <img> formatted text to markdown format with a specific command.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.