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 @   抿了抿嘴丶  阅读(41)  评论(0编辑  收藏  举报
编辑推荐:
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示