這是文章標題圖片 少數派上的Markdown語法 代碼code 用``包括的為單行代碼 print(a) print(b) 用``````包括的為代碼塊 print(a) print(b) 每行縮進4格默認就是代碼 print(a) print(b)