QuickStartForTypora

119 阅读1分钟

QuickStartForTypora

Display Text

  • 标题

标题H1

标题H2

标题H3

标题H4
标题H5

Display image

6个国家,11种猫猫,猫奴必看猫咪小百科_美国

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

E=mc2E=mc^2

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