# Markdown Guide
## Headers
### Bulleted
Put two spaces after this line followed by Enter
to start new line.
Just hitting the enter key doesn't work
- bulleted list
* also bulleted
- bulleted list
- indented list
- also bulleted
1. step the first
2. step the second
- step the first
- step the second
This is a link to [Google](https://google.com)
This is a link to [README.md](README.md)
This is a link to Google
This is a link to README.md
![Markdown demo screenshot](Images/markdown-demo.png)
Single out one word with `single` back quotes
\```
Block off a chunk off code by
surrounding it
with triple back quotes
\```
Single out one word with single
back quotes
Block off a chunk off code by
surrounding it
with triple back quotes