text
delete
~~delete~~
~~delete~~
italics
*italics*
command + i
italics
bold
**bold**
command + b
bold
italics + bold
***italics + bold***
italics + bold
underline
<u>underline</u>
command + u
underline
highlight(extend)
==highlight==
==highlight==
subscript
h~2~o
h~2~o
superscript
m^2^
m^3^
m^2^ m^3^
emoji
:smile: :laughing: :dizzy_face:
macos : control + command + space
:smile::laughing::dizzy_face:
table
name | price | number
--- | --- | --- //header
fried chichen | 19 | 2
cola | 5 | 30
command + option + t
name | price | number |
---|---|---|
fried chichen | 19 | 2 |
cola | 5 | 30 |
for beauty :
| name | price | number |
| :--- | ---: | :---: |
|fried chichen | 19 | 2 |
|cola | 5 | 30 |
name | price | number |
---|---|---|
fried chichen | 19 | 2 |
cola | 5 | 30 |
quote
>this is quote
>>this is subquote
command + option + q
this is quote
this is subquote
list
disorder list
*
+
-
line1
line2
line3
order list
1. begin with `number` and `.`
2. the sequence of numbers does not affect the list sequence
3. it is recommended to write in natural sequence number
begin with
number
and.
the sequence of numbers does not affect the list sequence
it is recommended to write in natural sequence number
code
code block
```language
public static void main(String[] args){
}
code word
`code`
code
split
***
-----
_________
jump
Open Links in Typora
You can use command+click (macOS), or ctrl+click (Linux/Windows) on links in Typora to jump to target headings, or open them in Typora, or open in related apps.
hyperlink
[link text](https://www.baidu.com)
file
[text](#text)
automatic link
<https://www.baidu.com>
image
![imageName](https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png)
![imageName2](location)