How to use markdown for new beginners - Devinwon/article GitHub Wiki

this is a title

#can be from 1 to 6,more $s more small

  • this is a list without number or with number like below
  1. list1
  2. list2

display code:: single line by print("This is a single line code")

multilines by

if True:
    print("Yes...")

How to quote,

Some one said I am a hero.

how to link images:

[显示文本](链接地址)

how to insert images:

![](图片链接地址)

start a new line(two blanks and enter,两个空格后换行) this is a line
this is another line

列表嵌套,只需在子列表中的选项添加四个空格即可:

  • first

    • sub1
    • sub2
  • second

  • <kbd></kbd>

    • 四周有边框
  • <b></b>

    • 我变粗了
  • <i></i>

    • 我倾斜了
  • <em></em>

    • 这是啥
  • <sup></sup>

    • 右上
  • <sub></sub>

    • 右下

You can also get more tips from: https://github.com/guodongxiaren/README#%E6%A8%AA%E7%BA%BF

⚠️ **GitHub.com Fallback** ⚠️