Typora快速入门
标题
Ctrl+数字可以依次输出不同等级的标题
文字
Shift+Alt+5:删除线
Ctrl+I:斜体
Ctrl+B:加粗
Ctrl+U:下划线
Ctrl+Q:高亮
下标:H2O
上标:m3
Ctrl+Shift+K:代码
#include <iostream>
using namespace std;
int main()
{
int j, i = 9;
cout << "Welcome to JNU!\n";
return 0;
}
列表
无序列表:
- 你好
- 谢谢
- 再见
有序列表:
- 序
- 破
- Q
- 終
Ctrl+T:表格
表格1a | 表格2B | 表格3C |
---|---|---|
2A | … | … |
3A | … | … |
4A | … | … |
快捷键
Ctrl+F:搜索
Ctrl+H:替换
Ctrl+L:选中一整行
Ctrl+D:选中单词
Ctrl+Home:跳转到文章开头
Ctrl+End:跳转到文章结尾
Ctrl+Shift+Q:引用