# Markdown Basic Syntax

By [dqzhu.eth](https://paragraph.com/@dqzhu) · 2022-08-04

---

![logo](https://storage.googleapis.com/papyrus_images/2aa6c8286f2731d457dc8b96f12f6c150a142acf5ea48b61ea9973eaa57ba58d.jpg)

logo

↑↑↑ image

Heading level 1
===============

Heading level 2
---------------

### Heading level 3

#### Heading level 4

##### Heading level 5

###### Heading level 6

I’m Text.

**I’m bold text**

_I’m Italic_

**_I’m bold and Italic text_**

> I’m Blockquotes with Multiple Paragraphs
> 
> I’m Blockquotes with Multiple Paragraphs

1.  I’m List
    
2.  Second item
    
3.  Third item
    
    1.  Indented item
        
    2.  Indented item
        
4.  Fourth item
    

[I’m link](https://telept.xyz/).

其他的还有普通的页面布局，比如左右边距、段间距、行间距等等，以及字体颜色、字体等等

---

*Originally published on [dqzhu.eth](https://paragraph.com/@dqzhu/markdown-basic-syntax)*
