Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Add page

  • Create a file called about.md.
  • Visit https://USERNAME.github.io/about
  • 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