Input:
Input:
This is the first level of quoting.
This is nested blockquote.
Back to the first level.
Input:
Unordered list 1
- Red
- Green
- Blue
Unordered list 2
- Red
- Green
- Blue
Unordered list 3
- Red
- Green
- Blue
Ordered list 1
- Bird
- McHale
- Parish
Ordered list 2
- Bird
- McHale
- Parish
Ordered list 3
- Bird
- McHale
- Parish
Input:
single asterisks
single underscores
double asterisks
double underscores
Input:
This is an example inline link.
This link has no title attribute.
Input:
Input:
![Alt text][id] [id]: url/to/image "Optional title attribute"
![Google Logo][googlelogo] [googlelogo]: http://www.google.com.hk/intl/zh-CN/images/logo_cn.png
Input:
Input:
Footnotes1 have a label2 and a definition3.
NOTE: Table syntax is only supported on server side.
Input:
Left align | Right align | Center align |
---|---|---|
This | This | This |
column | column | column |
will | will | will |
be | be | be |
left | right | center |
aligned | aligned | aligned |
- Outer pipes on tables are optional
- Colon used for alignment (right versus left)
Input:
print
is a python method.
Output:
Use ``` to wrap code section and you won't need to indent manually to trigger a code block.
Input:
This is a code block.
No need to indent manually.