Important: Different types of Mashery pages have different editing properties. Static pages and documentation can take HTML and Markdown. You may only use Markdown markup on the wiki since we have disabled HTML to make it more secure.
| Markdown Input | Output |
|---|---|
|
Level 1 Header (H1)Level 2 Header (H2)Level 5 Header (H5) |
| Markdown Input | Output |
|---|---|
|
One or more consecutive lines of text separated by one or more blank lines. This is another paragraph. |
|
Line Break
To create a line break, end a line in a paragraph with two or more spaces.
|
I am a sentence with |
| Markdown Input | Output |
|---|---|
|
Unordered lists
Asterisks, plus signs or dashes:
|
|
Ordered lists
|
|
Definition lists
Multiple definitions
Multiple terms
|
|
| Markdown Input | Output |
|---|---|
Italic (em tag)
|
I am emphasized I am emphasized |
Bold (strong tag)
|
I am bold I am bold |
| Markdown Input | Output |
|---|---|
Inline Method
|
This is an example inline link. |
| Reference Method
The reference method has two parts: The link definition and the link itself. The link definition may be placed anywhere on the page and it will not show up on the page itself.
If you don't define an id in the link, like this: |
This is an example reference-method link. |
Automatic Links
|
| Markdown Input | Output |
|---|---|
|
Indent with 4 spaces.
|
This is a normal paragraph.
|
| Markdown Input | Output | ||||||
|---|---|---|---|---|---|---|---|
|
|
The following characters sometimes have special meanings in Markdown. You can make sure Markdown doesn't interpret these characters by placing a backslash in front of them.
| Markdown Input | Output |
|---|---|
|
\ ` * _ {} [] () # + - . ! : | |