manual-markdown
Version:
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"