Main page

Markdown preview

English

Unknown

Unknown

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__
<b>Bold</b>

Italic

Italic with asterisk

*Italic*

Italic with underline

__Italic__
<i>Bold</i>

Strike

Strike with tilde

~~Strike~~
<s>Stroke</s>

Underline (<u> tag only)

<u>Underline</u>  

List

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

  1. item 1
  2. item 2
  3. item 3
1. item 1
2. item 2
3. item 3

Task List

7rs.dev

[7rs.dev](https://7rs.dev/)  

7rs.dev

[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

StartCenterEnd
ABC
EDF
| Start | Center | End |
| :---- | :----: | --: |
| A     | B      | C   |
| E     | D      | F   |
12345678910
ABCDFEFFGH
ABCDFEFFGH
ABCDFEFFGH
ABCDFEFFGH
ABCDFEFFGH