Here’s an overview of Markdown syntax that you can use anywhere. Usually files with MD extension will interprep as markdown in Git.
# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag
*This text will be italic*
This text will be italic
_This will also be italic_
This will also be italic
**This text will be bold**
This text will be bold
__This will also be bold__
This will also be bold
_You **can** combine them_
* Item 1
* Item 2
* Item 2a
* Item 2b
- Item 1
- Item 2
- Item 2a
- Item 2b
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
http://github.com - automatic! GitHub GitHub
> Education is a commitment to excellence
> in Teaching and Learning.
The Master Said:
Education is a commitment to excellence in Teaching and Learning.
to add an inline <href> code.
to add an inline <href>
code.