QuickStartForTypora
Display Text
- 标题
标题H1
标题H2
标题H3
标题H4
标题H5
-
字符效果和横线
删除线斜体字
粗体
斜粗体
上标: X2, 下标: O2
-
缩写
The HTML specification is maintained by the W3C.
-
引用文本
段落1
段落2
-
链接
[锚点链接][anchor-id]
[mailto:yuan.he_sp@noexternalmail.hsbc.com](mailto: yuan.he_sp@noexternalmail.hsbc.com)
Display image
Code with diff language
-
Json
"saas": { "host": "www.hkg2vl1813-hk-security.p2g.netd2.hsbc.com.hk", "groupMemberCode": "HBAP", "countryCode": "HK", "locale": "en_US", "basicAuth": "Basic aGtsMjAwNDY5NTlfSVAwMTpQcjB0ZWN0aGtsMjAwNDY5NTlfSVAwMQ==" } -
Kotilin
/** * According to the parsed phone number, jump to the dialing interface with the specified phone number. * @param context the current Context * @param result the linkFormatResult of TEL with tel number */ private fun handleTelRedirectionLink(context: Context, result: TelLinkFormatResult) { (context as? FragmentActivity)?.call(result.telNumber) } -
Java
public void setEnterSharedElementCallback(@Nullable SharedElementCallback callback) { ActivityCompat.setEnterSharedElementCallback(this, callback); }
Display list
- 有序列表
- 有物
- 无序列表
- 无物
- task list
- Task 1
- Task 2
- Task 3
Display table
| 请假时长 | 请假时间 | 剩余时长 | |
|---|---|---|---|
| 4h | 星期一 | 32h | |
| 3h |
Display emoji
😇 😍 🥳 🐳
Display fun
Display sequnce,flow (请用ProcessOn替代,md编写很蛋疼)
Michael->Bob: w1
Note right of Bob: h1
Bob->Michael: need token
Note left of Michael: gen token
Michael->Bob: w2
Bob->User Server: get userInfo
User Server->Bob: return userInfo
Bob->Michael: return userInfo
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op