- Guides
- Markdown guide
- Links
Links
Links combine square brackets for the link text with round brackets for the destination.
md
[Like this](https://freesewing.org)
An alternative notation allows you to include the links as such:
md
See [the reference documentation][1] on [freesewing.dev][2]
[1]: https://freesewing.dev/reference
[2]: https://freesewing.dev/reference
See the reference documentation on freesewing.dev
You don’t have to use numbers, but can also use named references.
md
We moved the Markdown content to [our monorepo][monorepo]
[monorepo]: https://github.com/freesewing/freesewing
We moved the Markdown content to our monorepo