include more # in a row to designated sub-headers
These can be used in any combination with eachother
[This is Google](www.google.com)
you can also add titles to the pages by putting a quoted title in the url parantheses
[This is Google](www.google.com "Google Home Page")
If you want to link to an internal Repo page, instead of a www link you insert the file name preceded by a backslash
[Markdown](/Markdown.md)
If you would like to provide a download link to the file, remove the backslash preceding the file name
[Markdown](Markdown.md)
- 1st thing
- 2nd thing
- 3rd thing
When creating a nested list you must line up the List indicator (-,+) under the first letter of the previous list item
![Barack Obama](https://api.time.com/wp-content/uploads/2017/12/barack-obama.jpeg?w=800&quality=85)
with an X placed in the brackets, the box will be checked. Without and the box will be empty
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
These lists must be on seperate lines
- All codes must be seperated from other elements by either a space or full line
- Always check the files you are linking to, they might not be what you think they are
- Markdown can do a lot, but it can't do everything. If you can't do it in Markdown, find another language (like CSS)