markdown入门

Markdown入门

字体

Italics

Bold

delete

*Italics*

//斜体
*Italics*
//粗体
**Bold**
 ~~delete~~   
 //转义
 \*Italics\*

标题

# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
####### 六级标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

引用

//>加上段落
The quote 

>“Somewhere, something incredible is waiting to be known” 

has been ascribed to Carl Sagan.

The quote

“Somewhere, something incredible is waiting to be known”

has been ascribed to Carl Sagan.

My favorite Miss Manners quotes:

>Allowing an unimportant mistake to pass without comment is a wonderful social grace.
>
>Ideological differences are no excuse for rudeness.

My favorite Miss Manners quotes:

Allowing an unimportant mistake to pass without comment is a wonderful social grace.

Ideological differences are no excuse for rudeness.

列表

//-,+,*
- Flour
- Cheese
- Tomatoes
  • Flour
  • Cheese
  • Tomatoes
//数字) 或 数字.
Four steps to better sleep:
1. Stick to a sleep schedule
2. Create a bedtime ritual
3. Get comfortable
4. Manage stress

Four steps to better sleep:

  1. Stick to a sleep schedule
  2. Create a bedtime ritual
  3. Get comfortable
  4. Manage stress

链接

You can do anything at <https://html5zombo.com>

You can do anything at https://html5zombo.com

The [University of Rwanda](http://www.ur.ac.rw) was formed in 2013 through the merger of Rwanda’s seven public institutions of higher education.

The University of Rwanda was formed in 2013 through the merger of Rwanda’s seven public institutions of higher education.

[Hurricane][1] Erika was the strongest and longest-lasting tropical cyclone in the 1997 Atlantic [hurricane][1] season.
//这里有换行
[1]:https://w.wiki/qYn

Hurricane Erika was the strongest and longest-lasting tropical cyclone in the 1997 Atlantic hurricane season.

插图

![](https://commonmark.org/help/images/favicon.png)

![Logo][1]

[1]: https://commonmark.org/help/images/favicon.png "Creative Commons licensed"

Logo

代码段

When `x = 3`, that means `x + 2 = 5`

When x = 3, that means x + 2 = 5

Who ate the most donuts this week?

​```
Jeff  15
Sam   11
Robin  6

Who ate the most donuts this week?

Jeff  15
Sam   11
Robin  6

内嵌列表

* Fruit
  * Apple
  * Orange
  * Banana
* Dairy
  * Milk
  * Cheese
  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese
+ World Cup 2014
  1. Germany
  2. Argentina
  3. Netherlands
+ Rugby World Cup 2015
  1. New Zealand
  2. Australia
  3. South Africa
  • World Cup 2014
    1. Germany
    2. Argentina
    3. Netherlands
  • Rugby World Cup 2015
    1. New Zealand
    2. Australia
    3. South Africa
1. Ingredients

   - spaghetti
   - marinara sauce
   - salt

2. Cooking

   Bring water to boil, add a pinch of salt and spaghetti. Cook until pasta is **tender**.

3. Serve

   Drain the pasta on a plate. Add heated sauce. 

   > No man is lonely eating spaghetti; it requires so much attention.

   Bon appetit!
  1. Ingredients

    • spaghetti
    • marinara sauce
    • salt
  2. Cooking

    Bring water to boil, add a pinch of salt and spaghetti. Cook until pasta is tender.

  3. Serve

    Drain the pasta on a plate. Add heated sauce.

    No man is lonely eating spaghetti; it requires so much attention.

    Bon appetit!

参考
https://commonmark.org/help/tutorial/index.html
https://www.bilibili.com/video/BV1hJ411X75X?from=search&seid=3389886761368860643
https://www.bilibili.com/video/BV12J41137hu?p=7&spm_id_from=pageDriver

posted @ 2021-04-26 13:35  抿了抿嘴丶  阅读(47)  评论(0)    收藏  举报