John Gruber created the Markdown language in 2004 in collaboration with Aaron Swartz on the syntax,[2][3] with the goal of enabling people
"to write using an easy-to-read and easy-to-write plain text format, optionally convert it to structurally valid XHTML (or HTML)"
Articles about Markdown
- [ ] Wikipedia
- [ ] What is Markdown?
- [ ] Markdown Live Preview
Reasons to Learn Markdown
- Easy to write
- You can quickly become an expert
- As a programmer you will use it every day

<img alt="Image" title="icon" src="Icon-pictures.png" />
A link in Markdown [Markdown Wiki](https://en.wikipedia.org/wiki/Markdown)
vs.
A link in HTML <a href= "https://en.wikipedia.org/wiki/Markdown" Markdown Wiki </a>
# Heading H1
## Heading H2
### Heading H3
#### Heading H4
##### Heading H5
###### Heading H6
monospace
* apples
* oranges
* pears
1. wash
2. rinse
3. repeat
[example](http://example.com)

Markdown uses email-style > characters for blockquoting
- Inline \HTML\ is supported ```