markdown

一级标题 h1

二级标题 h2

三级标题 h3

四级标题 h4

五级标题 h5
六级标题 h6

ctrl+shift+[]切换字体大小


粗体 bold ctrl+b
斜体 italic ctrl+i
删除 strikethrough alt+s


引用

次级引用

引用


分割线 三个以上的-


markdown_第1张图片
图片

超链接


  1. 有序列表
    • 无序列表
      • 二级列表
        • 三级列表
  2. 有序列表
    • 无序列表
      • 二级列表
        • 三级列表
  • [ ] 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

你可能感兴趣的:(markdown)