Preference Settings
Go to File $\rightarrow$ Preference:
- 
[x] 内联公式 
- 
[x] 下标 
- 
[x] 上标 
- 
[x] 高亮 
- 
[x] 匹配MarkDown字符 (Bullet box not supportive…any solutions please let me know) 😅 
Title 标题
| 1 | #(blank space)title (at most #x7) | 
Math formula 数学公式
设置好偏好后,用 Tex 公式即可,$$+回车(Enter) 引出Code Block
| 1 | $lim_{x \to \infty} \ exp(-x)=0$ | 
Latex:
Math Block:
$$
lim_{x \to \infty} \ exp(-x)=0
$$
也可以用
| 1 | <center>content</center> | 
Subscript 下标
| 1 | H~2~o,用~包裹内容 | 
H2o
Superscript 上标
| 1 | y^2^=4 用^包裹内容 | 
y2=4
Emoji 表情 : emoji:
- 
happy :happy: (Happy is still not ok…) 
- 
sweat 😓 
- 
cry😢 
- 
angry😠 
- 
pig🐷 
- 
dog🐶 
- 
$\cdots$ 
Underline 下划线
| 1 | <u>Underline</u> | 
Underline
strikethrough 删除线
| 1 | ~~useless~~ | 
useless
Highlight 强调
| 1 | **content** | 
IMPORTANT not important
| 1 | `var a = 1;var b = 2;` | 
var a = 1;var b = 2;
Italic 斜体
| 1 | *Italic* | 
Italic not Italic
Insert pictures 插入图片
- Just drag and drop the pictures here,

URL
| 1 | <www.google.com> | 
cut-off line 水平分割线
| 1 | *** or --- | 
Label 标注
| 1 | 某些人用过了才知道[^注释] | 
某些人用过了才知道[1]
Table 表格
| 1 | |First name|Gender|Major|Hobbies| | 
| First name | Gender | Major | Hobbies | 
|---|---|---|---|
Quote 引用
| 1 | >quotes by famous people | 
quotes by famous people
To be continued…
学会了怎么写文章,可以慢慢将学到的技记录下来啦~🐶
- Somebody that I used to know. ↩