menu[toc]
代码
注意 py 是python语法的意思。 py可以换成scss javascript
1
2
3
def is_halt(program, input) -> bool:
# 返回 True 如果 program(input) 会返回
# 返回 False 如果 program(input) 不返回
单句引用 ` hello python` 多行引用
1
hello for lines, python!
小号字体
Makes reading and teamwork much easier
标题
1
2
3
4
5
6
# 测试一级标题
## 测试二级标题
### 测试三级标题
#### 测试四级标题
##### 测试五级标题
###### 测试六级标题
列表
- 文本1
- 文本2
- 文本3
列表-序列(注意空格)
- 文本1
- 文本2
- 文本3
链接/图片
参考文献样式的链接
引用
引用的文字前面加上 >
你好,我是引用部分
表格
| Tables | Are | Cool | | ————- |:————-:| —–:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
字体(注意 没有空格)
斜体 粗体
数学公式
2017-12-12-uncomputable-funcs.md 我们可以写为一个描述所有无向连通图的集合:
使用现实计算机所使用的字母表 $\Sigma = \{0, 1\}$,所以「编码」即一个对象的二进制字符串描述。
$ give me super-powers
软件
- win10下 Typora
- mac下 macdown
Typora
常用快捷键
- 加粗: Ctrl/Cmd + B
- 标题: Ctrl/Cmd + H
- 插入链接: Ctrl/Cmd + K
- 插入代码: Ctrl/Cmd + Shift + C
- 行内代码: Ctrl/Cmd + Shift + K
- 插入图片: Ctrl/Cmd + Shift + I
- 无序列表: Ctrl/Cmd + Shift + L
- 撤销: Ctrl/Cmd + Z
- 一级标题:快捷键为Crtl + 1,以此类推
任务列表
- 不勾选 [ ]
- 勾选 [x]
下标
- H~2~O (需在设置中打开该功能)
上标
- X^2^(需在设置中打开该功能)
高亮
- ==高亮==(需在设置中打开该功能)
分割线
- 输入***或— 再按回车即可绘制一条水平线
文字中穿插代码的模式
### 数学表达式
- 输入$$,然后按“回车”键,如下:
```
目录(TOC)
- 输入[toc]然后回车,即可创建一个“目录”。
Table of contents
This is the introduction
Some introduction text, formatted in heading 2 style
Some paragraph
The first paragraph text
Sub paragraph
This is a sub paragraph, formatted in heading 3 style
Another paragraph
The second paragraph text