Typora常用语法

标题的使用格式

1
2
3
4
5
\# 一阶标题 或者快捷键Ctrl+1
\##二阶标题 或者快捷键Ctrl+2
\###三阶标题 或者快捷键Ctrl+3
\####四阶标题 或者快捷键Ctrl+4
\#####五阶标题 或者快捷键Ctrl+5

文本居中使用格式

1
\<center\>这是要居中的文本内容\</center\>1

下划线使用格式

1
\下划线的内容\<\u> 或者快捷键 Ctrl+U 或者格式里面的下划线

删除线使用格式

1
\~\~删除线的内容\~\~  或者格式里面的删除线

字体加粗使用格式

1
**加粗字体** 或者快捷键Ctrl+B 或者格式里面加粗

字体倾斜使用格式

1
*字体倾斜了* 或者快捷键Ctrl+I

图片的插入

1
可以直接拖进去,或者插入里面选择图像

超链接使用格式

1
快捷键Ctrl+K 或者格式里面的超链接

代码区域

Typora支持对多种语言的代码区域进行语法高亮。这些语言可以说是涵盖了绝大部分经常使用的编程语言,包括C++,Python,MATLAB,甚至包含spreadsheet(也就是Excel电子表格)。用Typora记编程笔记,看起来一清二楚。如果设置代码语言为flow,那么可以直接画出一个流程图;还可以使用相应的方法画出时序图等图表。

代码区域的使用格式

1
​```内容```python

任务列表使用格式

1
- [ ] 文字 (注:注意用空格隔开)

任务列表在typora中的显示形式

  • JAVA
  • C
  • C++
  • Python

列表的使用格式

1
\+ 、- 、* 创建无序列,任意数字开始+空格创建有序列表
  • Python

数学表达式

Typora支持加入用LaTeX写成的数学公式,并且在软件界面下用MathJax直接渲染。
数学公式分为两种:
一种是行内公式(inline math),可以在偏好设置中单独打开,由一个美元符号$将公式围起来;
一种是行外公式,直接按Ctrl+Shift+M
注:上标和下标可以使用数学表达式来获取

水平分割线的使用格式

***或者- - -

水平分割线在typora中显示形式


引用的使用格式

>+空格

与天奋斗,其乐无穷!与地奋斗,其乐无穷!与人奋斗,其乐无穷!

注释的使用格式

要添加注释的文字[1](https://log.csdn.net/mollen/article/details/84110708#fn:)

注释在typora中显示形式

中国2

表情的使用格式

:单词

表情在typora中的显示形式

:smiley:

Typora快捷键

快捷键 作用 快捷键 作用
Ctrl+1 一阶标题 Ctrl+B 字体加粗
Ctrl+2 二阶标题 Ctrl+I 字体倾斜
Ctrl+3 三阶标题 Ctrl+U 下划线
Ctrl+4 四阶标题 Ctrl+Home 返回Typora顶部
Ctrl+5 五阶标题 Ctrl+End 返回Typora底部
Ctrl+6 六阶标题 Ctrl+T 创建表格
Ctrl+L 选中某句话 Ctrl+K 创建超链接
Ctrl+D 选中某个单词 Ctrl+F 搜索
Ctrl+E 选中相同格式的文字 Ctrl+H 搜索并替换
Alt+Shift+5 删除线 Ctrl+Shift+I 插入图片

颜色代码块

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
$\textcolor{GreenYellow}{GreenYellow} $
$\textcolor{Yellow}{Yellow}$
$\textcolor{Goldenrod}{Goldenrod} $
$\textcolor{Dandelion}{Dandelion}$
$\textcolor{Apricot}{Apricot} $
$\textcolor{Peach}{Peach}$
$\textcolor{Melon}{Melon} $
$\textcolor{YellowOrange}{YellowOrange}$
$\textcolor{Orange}{Orange} $
$\textcolor{BurntOrange}{BurntOrange}$
$\textcolor{Bittersweet}{Bittersweet}$
$\textcolor{RedOrange}{RedOrange} $
$\textcolor{Mahogany}{Mahogany}$
$\textcolor{Maroon}{Maroon} $
$\textcolor{BrickRed}{BrickRed}$
$\textcolor{Red}{Red} $
$\textcolor{OrangeRed}{OrangeRed}$
$\textcolor{RubineRed}{RubineRed}$
$\textcolor{WildStrawberry}{WildStrawberry}$
$\textcolor{Salmon}{Salmon}$
$\textcolor{CarnationPink}{CarnationPink}$
$\textcolor{Magenta}{Magenta} $
$\textcolor{VioletRed}{VioletRed}$
$\textcolor{Rhodamine}{Rhodamine} $
$\textcolor{Mulberry}{Mulberry}$
$\textcolor{RedViolet}{RedViolet} $
$\textcolor{Fuchsia}{Fuchsia}$
$\textcolor{Lavender}{Lavender} $
$\textcolor{Thistle}{Thistle}$
$\textcolor{Orchid}{Orchid} $
$\textcolor{DarkOrchid}{DarkOrchid}$
$\textcolor{Purple}{Purple} $
$\textcolor{Plum}{Plum}$
$\textcolor{Violet}{Violet} $
$\textcolor{RoyalPurple}{RoyalPurple}$
$\textcolor{BlueViolet}{BlueViolet}$
$\textcolor{Periwinkle}{Periwinkle}$
$\textcolor{CadetBlue}{CadetBlue}$
$\textcolor{CornflowerBlue}{CornflowerBlue}$
$\textcolor{MidnightBlue}{MidnightBlue}$
$\textcolor{NavyBlue}{NavyBlue} $
$\textcolor{RoyalBlue}{RoyalBlue}$
$\textcolor{Blue}{Blue} $
$\textcolor{Cerulean}{Cerulean}$
$\textcolor{Cyan}{Cyan} $
$\textcolor{ProcessBlue}{ProcessBlue}$
$\textcolor{SkyBlue}{SkyBlue} $
$\textcolor{Turquoise}{Turquoise}$
$\textcolor{TealBlue}{TealBlue} $
$\textcolor{Aquamarine}{Aquamarine}$
$\textcolor{BlueGreen}{BlueGreen} $
$\textcolor{Emerald}{Emerald}$
$\textcolor{JungleGreen}{JungleGreen}$
$\textcolor{SeaGreen}{SeaGreen} $
$\textcolor{Green}{Green}$
$\textcolor{ForestGreen}{ForestGreen}$
$\textcolor{PineGreen}{PineGreen} $
$\textcolor{LimeGreen}{LimeGreen}$
$\textcolor{YellowGreen}{YellowGreen}$
$\textcolor{SpringGreen}{SpringGreen}$
$\textcolor{OliveGreen}{OliveGreen}$
$\textcolor{RawSienna}{RawSienna} $
$\textcolor{Sepia}{Sepia}$
$\textcolor{Brown}{Brown} $
$\textcolor{Tan}{Tan}$
$\textcolor{Gray}{Gray} $
$\textcolor{Black}{Black}$