当前位置:网站首页>MarkDown基本语法
MarkDown基本语法
2022-07-02 22:13:00 【粟花落洛苡】
标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
分割线
三个或以上* - _
***
----
_____
反斜杠
反转义使符号成为普通符号
\***
***
引用
> 区块引用
>> 嵌套引用
区块引用
嵌套引用
符号
标记符号
`ctrl+c`
ctrl+c
文本样式
*强调文本*
**加粗文本**
==标记文本==
~~删除文本~~
> 引用文本
H~2~O
2^10^
强调文本
加粗文本
标记文本
删除文本
引用文本
H2O
210 = 1024
链接与图片
链接: [link](https://wangpengcheng0616.github.io/)
图片: 
居中图片: 
缩放图片: <img src="/images/bg.jpeg" width = 50% div align=center/>
链接: link
图片: 
列表
- 项目
- 项目
- 项目
1. 项目1
2. 项目2
3. 项目3
+ 项目
+ 项目
+ 项目
- [ ] 计划任务
- [x] 完成任务
- 项目
- 项目
- 项目
- 项目
- 项目1
- 项目2
- 项目3
- 项目
- 项目
- 项目
- 计划任务
- 完成任务
表格
项目 | Value
-------- | -----
电脑 | $1600
手机 | $12
平板 | $1
| 项目 | Value |
|---|---|
| 电脑 | $1600 |
| 手机 | $12 |
| 平板 | $1 |
对齐方式
`:---------:`居中
`:----------`居左
`----------:`居右
| 第一列 | 第二列 | 第三列 |
|:-----------:| -------------:|:-------------|
| 第一列文本居中 | 第二列文本居右 | 第三列文本居左 |
| 第一列 | 第二列 | 第三列 |
|---|---|---|
| 第一列文本居中 | 第二列文本居右 | 第三列文本居左 |
SmartyPants
| TYPE |ASCII |HTML
|----------------|-------------------------------|-----------------------------|
|Single backticks|`'Isn't this fun?'` |'Isn't this fun?' |
|Quotes |`"Isn't this fun?"` |"Isn't this fun?" |
|Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash|
| TYPE | ASCII | HTML |
|---|---|---|
| Single backticks | 'Isn't this fun?' | ‘Isn’t this fun?’ |
| Quotes | "Isn't this fun?" | “Isn’t this fun?” |
| Dashes | -- is en-dash, --- is em-dash | – is en-dash, — is em-dash |
自定义列表
Markdown
: Text-to-HTML conversion tool
Authors
: John
: Luke
- Markdown
- Text-to-HTML conversion tool Authors
- John
- Luke
边栏推荐
- SQL advanced syntax
- 設置單擊右鍵可以選擇用VS Code打開文件
- 2016. maximum difference between incremental elements
- 从底层结构开始学习FPGA----Xilinx ROM IP的定制与测试
- Li Kou brush questions (2022-6-28)
- Application of containerization technology in embedded field
- Win11系统explorer频繁卡死无响应的三种解决方法
- Detailed explanation and application of merging and sorting
- Value sequence < detailed explanation of daily question >
- Stop slave is stuck -- the event of the transaction is not copied completely
猜你喜欢

MySQL queries nearby data And sort by distance

P1007 single log bridge

Redis 过期策略+conf 记录

C#中Linq用法汇集

力扣刷题(2022-6-28)

Win11自动关机设置在哪?Win11设置自动关机的两种方法

Brief introduction of emotional dialogue recognition and generation

Explain promise usage in detail

Pandora IOT development board learning (HAL Library) - Experiment 4 serial port communication experiment (learning notes)

“一个优秀程序员可抵五个普通程序员!”
随机推荐
Cryptography -- the mode of block cipher
Learning records of data analysis (II) -- simple use of response surface method and design expert
数据标注典型案例,景联文科技如何助力企业搭建数据方案
Sword finger offer II 099 Sum of minimum paths - double hundred code
严守工期,确保质量,这家AI数据标注公司做到了!
Strictly abide by the construction period and ensure the quality, this AI data annotation company has done it!
Distributed monitoring system ZABBIX
Minimum spanning tree
Boot actuator - Prometheus use
2016. maximum difference between incremental elements
Splunk audit setting
20220524_数据库过程_语句留档
The motivation of AES Advanced Encryption Protocol
Tiktok actual combat ~ number of likes pop-up box
Cryptographic technology -- key and ssl/tls
QT qpprogressbar details
解决:exceptiole ‘xxxxx.QRTZ_LOCKS‘ doesn‘t exist以及mysql的my.cnf文件追加lower_case_table_names后启动报错
Why does RTOS system use MPU?
Pandora IOT development board learning (HAL Library) - Experiment 3 key input experiment (learning notes)
Win11麦克风测试在哪里?Win11测试麦克风的方法