Skip to content
Kaybrazy Thomas edited this page Aug 12, 2024 · 1 revision

Markdown has two types of links: inline and reference. For both types of links, the text you want to display to the user is placed in square brackets. For example, if you want your link to display the text “GitHub”, you write [GitHub].

To create an inline link, create a set of parentheses immediately after the brackets and write your URL within the parentheses. (e.g., [GitHub](https://github.com/)). Relative paths are allowed in inline links.

To create a reference link, use two sets of square brackets. my internal link will link to the internal reference internal-ref

docs/deployment-guides/deployment-strategies.md

com google android apps docs editors docs

Clone this wiki locally