Markdown definition on wiki
Markdown is a lightweight markup language with plain text formatting syntex. It is designed so that it can be converted to HTML and many other format using atool by the same name.
# H1
## H2
### H3
#### H4
##### H5
###### H6* Item 1
* Item 2
* Item 3
* subitem a
* subitem b
- Item 1
- Item 2
- Item 3
- subitem a
- subitem b
1. Item 1
2. Item 2
3. Item 3
1. subitem a
2. subitem b
- Item 1
- Item 2
- Item 3
- subitem a
- subitem b
---
___
*** (Three consecutive dashes)
(Three consecutive underscores)
(Three consecutive asterisks)
**A Bold Text**A Bold Text
_This is italic_This is italic
~~This is strikethrough text~~This is strikethrough text
[I am a link](https://github.com/sumantmani/)> I am example blockquoted
> continued blockquotedI am example blockquoted
continued blockquoted

[comment]: <> (This is a comment.)