Markdown 语法
markdown 最终会转为’html’
1.标题
# 一级标题
## 二级标题
### 三级标题
2.分隔符
---
至少三个-
3.段落
markdown是一种纯文本标记语言
加一个空行
第二段内容
4.字体样式
加粗
斜体
删除线
5.引用
这是一级引用
这是二级引用
这是三级引用
6.列表
(1)无序
(2)有序
- list1
- list2
3.list3(没用空格键隔开)
7.代码
(1) 单行:$x = 1
(2)多行:
class User{
private string $num = 'admin';
}
const obj = {
x:1,
y:2,
}
8.表格
序号 |
公司 |
员工 |
1. |
华为 |
200000 |
2. |
腾讯 |
100000 |
9.链接
php中文网
https://www.php.cn
10.图像
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!