Headers
Defining header
#
× number of header depth
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Plain Text
Plain text has 4 style. As you know, can apply multiple styles.
Bold
Bold with asterisk
**Bold**
Bold with underline
__Bold__
Bold with <b>
tag (not recommended)
<b>Bold</b>
Italic
Italic with asterisk
*Italic*
Italic with underline
__Italic__
Italic with <i>
tag (not recommended)
<i>Bold</i>
Strike
Strike with tilde
~~Strike~~
Strike with <s>
tag (not recommended)
<s>Stroke</s>
Underline (<u>
tag only)
<u>Underline</u>
List
- depth 1
- depth 2
- depth 3
- depth 4
- depth 3
- depth 2
- depth 2
- depth 1
List with dash (-
)
- depth 1
- depth 2
- depth 3
List with plus (+
)
+ depth 1
+ depth 2
+ depth 3
List with asterisk (*
)
* depth 1
* depth 2
* depth 3
Numbered List
- item 1
- item 2
- item 3
1. item 1
2. item 2
3. item 3
Task List
-
Progress
- Progress
-
Done
- Done
- [ ] Progress - [x] Done
Links
Normal links
[7rs.dev](https://7rs.dev/)
Defining links
[7rs-dev]: https://7rs.dev/
[7rs.dev][7rs-dev]
Code blocks
One-line code block
One-line code block
Multi-line code block
Multi-line code block
Blockquote
Blockquote
> Blockquote
Markdownis a lightweight markup language for creating formatted text using a plain-text editor. Wikipedia - Markdown
Table
Start | Center | End |
---|---|---|
A | B | C |
E | D | F |
| Start | Center | End |
| :---- | :----: | --: |
| A | B | C |
| E | D | F |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | F | E | F | F | G | H |
A | B | C | D | F | E | F | F | G | H |
A | B | C | D | F | E | F | F | G | H |
A | B | C | D | F | E | F | F | G | H |
A | B | C | D | F | E | F | F | G | H |