内容纲要
The img element is a useful element in HTML. Markdown can add images using the alt text syntax.
How to Adding Images in Markdown
Here’s the syntax for Markdown images. Optional: title

<img title="a title" alt="Alt text" src="/images/boo.svg">
How to Linked Images in Markdown
Here’s how you would have linked images with the markdown syntax:
[](https://dwqwqian.com)