一级标题
二级标题
1.引用
这是一个引用
2.分隔符
3.列表
- 无序列表
- 我是嵌套的列表
- 有序列表
- 我是第一
- 我是第二
4.段落
我是一个段落
5.链接
6.图片
<!-- ![本地图片](1.png) -->
7.代码块
单行代码
<?php echo 'hello'; ?>
多行代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<header>
<h1>头部</h1>
<nav>
<h1>导航</h1>
</nav>
</header>
<div class="container">
<aside><h1>侧边栏</h1></aside>
<main>
<h1>主体</h1>
<div>
<section>
<h1>模块1</h1>
</section>
<section>
<h1>模块2</h1>
</section>
</div>
</main>
</div>
<footer>
<h1>底部</h1>
</footer>
</body>
<script>
console.log("hello");
</script>
</html>
$a = 1;
$b = 2;
$c = $a + $b;
echo $a,$b,$c;
# git初始化
git init
# git提交
git commit -m
8.表格
id | 产品名称 | 购买数量 | 单价 |
---|---|---|---|
1 | 手机 | 100 | 2000 |
9.斜体,粗体
斜体
粗体