manual-markdown
Version:
Markdown 是一种轻量级的标记语言。它允许使用易读易写的纯文本格式编写文档,然后转换成 HTML 文档。
19 lines (11 loc) • 334 B
Markdown
# 图片链接
语法:
```markdown
[![GitHub][GitHub-image]][GitHub-url]
[GitHub-image]: https://github.com/fluidicon.png "GitHub"
[GitHub-url]: https://github.com "GitHub"
```
效果:
[![GitHub][GitHub-image]][GitHub-url]
[GitHub-image]: https://github.com/fluidicon.png "GitHub"
[GitHub-url]: https://github.com "GitHub"