Markdown Basic

Markdown Basic

Posted by Shi

Markdown tips

Specify text size

# H1
## H2
### H3
#### H4

Italic * *

Bold ** **

Strikethrough ~~ ~~

Quoting text >

Code

Blocks code

  1. With TAB or Four Space

  2. With Backtick (On English keyboard, the key on the left of key 1)

 ` int a = 1 `
  1. With three back-ticks to specify the programming language

Markdown editor

Typora

Further reading

Cheet sheet

Github tips