HeadersH1 | # H1 | H2 | ## H2 | H3 | ### H3 | H4 | #### H4 | H5 | ##### H5 | H6 | ###### H6 |
Blockquotes> Block quote paragraph 1. Lorem ipsum dolor sit amet.
> Block quote paragraph 2. Suspendisse
id sem consectetuer libero luctus adipiscing. |
Horizontal Rules* * *
- - -
----------------------------- |
Images![Alt text](/path/to/img.jpg)
![Alt text](/path/to/img.jpg "Optional title") |
| | EmphasisItalics | *single asterisk* | | _single underscores_ | Bold | **double asterisks** | | __double underscore__ |
Unordered List* Red
* Green
* Blue
+ Red
+ Green
+ Blue
- Red
- Green
- Blue |
Ordered List1. Bird
2. McHale
3. Parish |
| | LinksInline Link | This is [an example](http://example.com/ "Title") inline link. | | [This link](http://example.com/) has no title attribute. | | See my [About](/about/) page for details. | Reference Link | This is [an example][id] reference link. | | | Automatic Link | | Email Link | <address@example.com> |
Code BlocksThis is a normal paragraph
This is is a code block |
Inline codeUse the printf() function. |
|