Typora下载
# 一级标题 command + 1
## 二级标题 command + 2
### 三级标题 command + 3
#### 四级标题 command + 4
##### 五级标题 command + 5
###### 六级标题 command + 6
> 引用
command+option+Q
引用
* AAA
* BBB
* CCC
* 多行列表
TAB * 多行列表
TAB TAB * 多行列表
command+option+U
1. AAA
2. BBB
3. CCC
1. 多行列表
TAB 1. 多行列表
TAB TAB 1. 多行列表
command+option+O
- [ ]抽烟
- [x]喝酒
command+option+U
` String aaa="typora" ` //单行代码
```+ 回车 //代码块 command+option+C
\partial
输入$$ + 回车 command+option+B
P_{
u,i}=\frac{
\sum_{
j}^n(sum{
_{
u,j}})*R_{
j,i}}{
\sum_{
j}^nsim_{
u,j}}
P u , i = ∑ j n ( s u m u , j ) ∗ R j , i ∑ j n s i m u , j P_{u,i}=\frac{\sum_{j}^n(sum{_{u,j}})*R_{j,i}}{\sum_{j}^nsim_{u,j}} Pu,i=∑jnsimu,j∑jn(sumu,j)∗Rj,i
|表头1|表头2| + 回车
表头1 | 表头2 |
---|---|
```mermaid + 回车
graph LR 横向流程图
graph TD 竖向流程图
graph LR
A[方形] --> B(圆角)
B --> C{
ifa}
C --> |a=1| D[result1]
C --> |a=2| E[result2]
```mermaid
sequenceDiagram + 回车
[github](https://github.com/)
<https://github.com/>
![图片](url,title)
github超链接
https://github.com/
使用 *** 和 ---
**字体加粗** command+b
__字体加粗__
*字体倾斜* command+i
_字体倾斜_
下划线 command+u
~~删除线~~
github[^1]
[^1]:https://github.com
Github1
© 版权
× 乘号
÷ 除号
± 加减号
< 小于号
> 大于号
≠ 不等号
≤ 小于等于
≥ 大于等于
空格
& 与
" 双引号
' 单引号
[HTML特殊字符编码对照表][https://www.jb51.net/onlineread/htmlchar.htm]
https://github.com ↩︎