github 編寫README時經常使用的寫法

參考:https://github.com/HeTingwei/ReadmeLearn#%E7%BC%96%E5%86%99readme%E6%97%B6%E5%B8%B8%E7%94%A8%E7%9A%84%E5%86%99%E6%B3%95git

 

 

# 編寫README時經常使用的寫法
<br><br>
# 1級標題
## 2級標題
### 3級標題
#### 4級標題
**這個是粗體** <br>
*這個是斜體* <br>
***這個是粗體加斜體*** <br>

```
//代碼塊
int a=0;
a++;
```

|列名1|列名2|
|:---|:---|
|列1的內容1|列2的內容1|
|列1的內容2|列2的內容2|

[點擊前往谷歌搜索的連接](https://www.google.com.hk/)

![](https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg)

<img src="https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg" width="150" height="150" alt="描述語言,寫什麼都不會顯示出來"/>

<div align=center><img width="150" height="150" src="https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg"/></div>github

 


相關文章
相關標籤/搜索