[TOC]
Hexo&Typora&Markdown
标题
hexo1
ctrl+1
hexo 2
ctrl+2
hexo 3
ctrl+3
hexo 4
ctrl+4
hexo 5
ctrl+5
hexo 6
ctrl+6
引用
hexo
hexo
hexo
hexo
hexo
hexo
ctrl+shift+Q
列表
无序列表
ctrl+shift+]
有序列表
ctrl+shift+[
- 有序列表
- 有序列表
- 有序列表
- 有序列表
- 有序列表
- 有序列表
任务列表
代码块
1 2 3 4
| case class Hexo() extends Component { val io = new Bundle{} val counter = Reg(UInt(8 bits)) init(0) }
|
行间代码Hexo()块
数学块
V1×V2=∣∣∣∣∣∣i∂u∂X∂v∂Xj∂u∂Y∂v∂Yk00∣∣∣∣∣∣
表格块
| 居中 |
左对齐 |
右对齐 |
| 1 |
3 |
2 |
| 2 |
2 |
3 |
| 3 |
1 |
1 |
ctrl+T
注脚
注脚
您可以创建这样的脚注.
分割线
上下是分割线
字体样式
斜体 ctrl+I
粗体 ctrl+B
删除线 alt+shift+5
下划线 ctrl+U
流程图
1 2 3 4 5
| pie title Pie Chart "dogs":200 "cat":100 "pig":50
|
1 2 3 4 5 6 7
| stateDiagram [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*]
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| classDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }
|
1 2 3 4 5 6 7 8
| st=>start: Start op=>operation: Your Operation cond=>condition: Yes or No? e=>end
st->op->cond cond(yes)->e cond(no)->op
|
流程图有点难,也不经常用,就不看了。
链接
ZLXT ctrl+K
图片
ctrl+shift+I
其它
源码模式:ctrl+/
选中一整行:ctrl+L
选中单词:ctrl+D
选中相同格式的文字:ctrl+E
跳转到文章开头:ctrl+Home
跳转到文章结尾:ctrl+End