MarkDown basic use

A title

Subheadings

Three title

Four title

Five title
Six title

GetcharZp

Italic

Italic

Bold face

Bold face

  • Item One

  • second section

  • the third item




  • Item One

  • second section

  • the third item




  • Item One

  • second section

  • the third item




  1. Item One

  2. second section

  3. the third item




  1. The first order:

    1. The first -1

    2. The first -2

  2. second section

    1. The second -1

    2. The second -2

  3. the third item

    1. the third item

  4. Fourth

    1. Fourth -1

    2. Fourth -2




  • Item One

    • The first -1

    • The second -2

  • second section

    • The second -1




Quote

2 References

3 references




title

  • Item One

  • second section

    • Item 2-1




  • Item One

  • Quote

    2 References




import re
print(re.findall())
for el in range(10):
   print(el)



link

http://www.baidu.com




Head portrait

 




Picture with a title



 

name age skill
GetcharZp 18 PHP/Python/Java

 

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# A title

## subheadings

### three title

#### four title

##### five title

###### six title

***

GetcharZp

* Italic *

_ Italic _

** bold **

__ __ bold

* First
* second
* third term

***

---

___

+ First
+ second
+ third term

***

+++

___

- first
- second
- third term

***

+++

---

1. First item
2. Second
3. Third term

***

+++

___

1. 第一项有序:
1. 第一项-1
2. 第一项-2
2. 第二项
1. 第二项-1
2. 第二项-2
3. 第三项
1. 第三项
4. 第四项
1. 第四项-1
2. 第四项-2

---

***

---

+ 第一项
+ 第一项-1
+ 第二项-2
+ 第二项
+ 第二项-1

+++

+++

+++

> 引用
>
> > 引用2
> >
> > > 引用3

+++

---

***

> 标题
>
> + 第一项
> + 第二项
> + 第2-1项

+++

---

***

+ 第一项

+ > 引用
>
> > 引用2

+++

---

***

``` python
import re
print(re.findall())
for el in range(10):
print(el)
```

+++

---

***

[链接](https://www.baidu.com)

<http://www.baidu.com>

+++

---

***

! [Picture] (https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1372494972,1692060958&fm=26&gp=0.jpg)

 

+++

---

***

! [Picture with a title] (https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1372494972,1692060958&fm=26&gp=0.jpg "Avatar")

---

+++

 

<img src="https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1372494972,1692060958&fm=26&gp=0.jpg" width="30%">

| name | age | skill |
| --------- | ---- | --------------- |
| GetcharZp | 18 | PHP/Python/Java |

 

Guess you like

Origin www.cnblogs.com/GetcharZp/p/11444340.html