This is just some regular text! No special characters needed to make a paragraph.
We made another heading, but with two ##. See how # is only interpreted as a heading if it is the first character on a new line?
And so we can keep going. Also, did you notice that text with a space between lines gets combined on GitHub?
italic
bold
bold and italic
- Ready
- Set
- Go!
- Ready
- Set
- Go!
This is a block quote
Rule of thumb: if you think something is clever and sophisticated beware-it is probably self-indulgence.
- Don Norman
This is a snippet of code
// This is a C# code block
while(true)
{
Console.WriteLine("Hello, world!");
}For a simple hyperlink, just past it.
https://en.wikipedia.org/wiki/Game
For named hyperlinks, use this format: [text](url)
Link to media, using 
We can use relative (local to repository) or absolute (full, typically for URL) paths to media files.
Useful for linking to media via URLs.
Here's some media in this GitHub repository.
When media cannot be found, it'll look like this (link intentionally missing extension .jpg).
Some text.
Divided!
Divided once more!
And yet again!
Mardkown does not natively support text color. If you really need it, you must use HTML syntax. However, GitHub tends to strip out HTML.
Red text.
Use \ if you need a character but it gets interpreted as Markdown.
# Not a heading
*not bold*

