What Is Markdown ?
Markdown is an easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1 ## Header 2 ### Header 3 - Bulleted - List 1. Numbered 2. List **Bold** and _Italic_ and `Code` text [ Link ]( url ) and  |
Syntax
- Headers
# This is an <h1 >tag
## This is an <h2 >tag ###### This is an <h6 >tag |
- Emphasis
*This text will be italic*
_This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ |
- Unordered lists
*
Item 1
* Item 2 * Item 2a * Item 2b |
- Ordered lists
1.
Item 1
1. Item 2 1. Item 3 1. Item 3a 1. Item 3b |
- Images

Format:  |
- Links
http://yourlink.com - automatic!
[ GitHub ]( http://yourlink.com ) |
- Blockquotes
As Kanye West said:
>We 're living the future so >the present is our past. |
- Inline code
I think you should use an
`<addr >` element here instead. |
Reference
Comments
Post a Comment