Markdown Syntax | |
---|---|
# Heading 1 | Heading 1 |
## Heading 2 | Heading 2 |
### Heading 3 | Heading 3 |
#### Heading 4 | Heading 4 |
##### Heading 5 | Heading 5 |
###### Heading 6 | Heading 6 |
*Italic* | Italic |
**Bold** | Bold |
***Bold Italic*** | Bold Italic |
Text^Super | TextSuper |
[[Seven Segment]] | Seven Segnment |
[[[Fourteen Segment]]] | Fourteen Segment |
--- | |
` function code() { ` return code ; ` } | function code() { |
>> blockquote text >> blockquote text | blockquote text |
1. one 2. two 3. three |
|
- one - two - three |
|
![Image Description](url/image.jpg) | |
[Link Description](URL) | Link Description |