This document describes some of the more important parts of Markdown (for writers, that is). There's a lot more to the syntax than is mentioned here, though. To get the full syntax documentation, go to John Gruber's Markdown Syntax page
This is an H1 =============
|
This is an H1 |
This is an H2 -------------
|
This is an H2 |
# This is an H1
|
This is an H1 |
## This is an H2
|
This is an H2 |
### This is an H3
|
This is an H3 |
This is paragraph one.
This is paragraph two.
[link text](http://example.com)
|
link text |
**This is bold**
|
This is bold |
__This is also bold__
|
This is also bold |
*This is italics*
|
This is italics |
_This is also italics_
|
This is also italics |
***This is bold and italics***
|
This is bold and italics |
___This is also bold and italics___
|
This is also bold and italics |
> This is part of a blockquote. > This is part of the same blockquote.
|
This is part of a blockquote. |
> This is part of a blockquote. This continues the blockquote even though there's no bracket. The blank line ends the blockquote.
|
This is part of a blockquote. The blank line ends the blockquote. |
1. Item 1 2. Item 2 3. Item 3
|
|
* A list item * Another list item * A third list item
|
|
Powered by Answerhub