# Main title (H1) #
## Second level (H2) ##
### Third level (H3) ###
or
# Main title (H1)
## Second level (H2)
### Third level (H3)
or
Main title
===========
Subtitle
-----------
1. item 1
2. item 2
3. item 3
renders as:
Sub items must be indented with 4 spaces:
1. item 1
1. sub item 1
2. sub item 2
2. item 2
3. item 3
renders as:
item 2
item 3
+ Pinkie pie
+ Twilight Sparkle
+ Rainbow Dash
and:
- Pinkie pie
- Twilight Sparkle
- Rainbow Dash
and:
* Pinkie pie
* Twilight Sparkle
* Rainbow Dash
render as:
Quote:
> A quote starts with a >
> This sentence is in the first paragraph
>
> Paragraphs are separated by a new line
renders as:
Quote:
A quote starts with a > This sentence is in the first paragraph
Paragraphs are separated by a new line
A link to <http://example.com>
renders as:
This is [an example](http://example.com/) inline link.
renders as:
Additions to the Markdown syntax:
[type/reference/revision] | link to a part or document |
part:"name" or part:name | link to the most recent part named name |
doc:"name" or doc:name | link to the most recent document named name |
<< | link to the previous revision of the current object |
>> | link to the next revision of the current object |
@username | link to a user page |
group:name | link to a group |
*emphasize* | emphasize |
_emphasize_ | emphasize |
**emphasize strongly** | emphasize strongly |
__emphasize strongly__ | emphasize strongly |
`code` | code |
![Alt text](http://example.com/img.jpg)
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
renders as:
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
*code*:
Code examples must be indented with 4 spaces
**not strong**
indentations
and line breaks are preserved
renders as:
code:
Code examples must be indented with 4 spaces
**not strong**
indentations
and line breaks are preserved