GFM Typescale > Link
This epic tracks the effort to create design specifications and implementing styles for GitLab Flavored Markdown’s link component.
### Variations
- Link to attachment
- Link to an external website
### Examples
- [Link to GitLab](https://gitlab.com)
- [Link to attachment](/uploads/a9b23a76bb2015239a6304c9e38b8c97/1200px-GitLab_logo.svg.png)
- [Link to external website](https://en.wikipedia.org/wiki/GitLab)
### References
- [GitLab Flavored Markdown documentation](https://docs.gitlab.com/ee/user/markdown.html#links)
- [Current implementation in GitLab](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/stylesheets/framework/typography.scss#L36)
- [Link to attachment implementation](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/stylesheets/framework/typography.scss#L419)
- [Commonmark spec for links](https://spec.commonmark.org/0.30/#links)
epic