目录
?
ctrl 0~6 是从普通文本到6级标题
ctrl i 是斜体
ctrl b 是加粗
shift alt 5 是删除线
?
shift ctrl tab上面那个键 行内代码块
cout << "hello";
三个飘号键加入代码块
#include<iostream>
using namespace std;
int main()
{
return 0;
}
?
ctrl k
?
ctrl t
生日 | 姓名 | 学号 |
---|---|---|
?
ctrl shift q
或者>
引用
?
shift ctrl i
?
?
1.空格
?
-空格[ ]空格
?
x<sup>2</sup>
x2
a<sub>2</sub>
a2
?
在标签前加
<span>
?
\回车
[TOC]
?
<img src="图片地址" width="200px"></img>
?
流程图的使用和代码块是一样的
?
常用的有:
原文:https://www.cnblogs.com/huochemeiyouhuo/p/11204364.html