📜  markdown 中的链接 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:07.651000             🧑  作者: Mango

代码示例4
Here's our logo (hover to see the title text):

Inline-style: 
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

Reference-style: 
![alt text][logo]

[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"