Commit 15cb79f5 by Tulip Li

正式提交截止30号下午3:20

parent c3a04866
# set up bobcat on local
run the shell commands one by one \
reset postgres
# markdown 语法学习
> ###引用
> 这是第一级引用
>
>> 这是第二级引用
>
>>> 这是第三级引用
>
> 回到第一级
---
### 列表
- red
- green
* aaa
* bbb
1. aaa
2. bbb
3. ccc
---
### 代码块
```js
require 'react';
const code = 'code';
```
---
*coding斜体*
_coding斜体_
**coding加粗**
__coding加粗__
---
[链接到google](https://www.google.com)
<https://www.google.com>
---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment