You can use the []() syntax to link to another page in your site or in some other web site. Between the square brackets you add the "anchor text" that will appear on your page, between the parentheses you add the address of that other page. For example this code [Code Maven](https://code-maven.com/) will create the following link: Code Maven and [About](/about) will display a link with the text "About" that will lead to the page generated from the about.md file.
# Hello Markdown World
## Subtitle
* bullet
* points
* and [home](/)
1. Numbered
1. List
1. Autoincrement