# 图片链接

语法：

```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"

