markdown
2018-08-19 本文已影响0人
陶六六
一级标题 h1
二级标题 h2
三级标题 h3
四级标题 h4
五级标题 h5
六级标题 h6
ctrl+shift+[]切换字体大小
粗体 bold ctrl+b
斜体 italic ctrl+i
删除 strikethrough alt+s
引用
次级引用
引用
分割线 三个以上的-
图片
- 有序列表
- 无序列表
- 二级列表
- 三级列表
- 二级列表
- 无序列表
- 有序列表
- 无序列表
- 二级列表
- 三级列表
- 二级列表
- 无序列表
- [ ] checkbox
- [x] 选中
表格
学号 | 姓名 | 年龄 | 班级 |
---|---|---|---|
1 | 张三 | 10 | 1 |
2 | 李四 | 11 | 2 |
3 | 10 | 3 |
代码 ctrl+m ctrl+i
ctrl+m ctrl+c
代码块
$(document).ready(function () {
alert('hello world');
});
st=>start: 开始
op=>operation: My Operation
op2=>operation: My Operation2
cond=>condition: Yes or No?
e=>end
st->op->op2->cond
cond(yes)->e
cond(no)->op