Basic Syntax

Element Syntax Rendered
Heading
 
 
# H1
## H2
### H3


 
Bold **bold text** bold text
Italic *italic text* italic text
Ordered List
 
 
1. First item
2. Second item
3. Third item
  1. First item
  2. Second item
  3. Third item
Unordered List
 
 
- First item
- Second item
- Third item
  • First item
  • Second item
  • Third item
Code `code` code
Link [Home](https://blog.frideg.com) Home
Image ![alt text](/assets/images/favicon-16x16.png) favicon

Extended Syntax

Element Syntax Rendered
Code Block
 
 
```
some code
```
<br>
some code
<br>
Task List
 
- [x] checked item
- [ ] unchecked item
  • checked item
  • unchecked item
Strike through ~~Strike through text~~ Strike through text
Highlight ==Highlighted test== ==Highlighted test==
Subscript H~2~O H~2~O
Superscript x^2^ x^2^