一個#表示一級標題,最多6個表示6級標題 javascript
h1
h2
h3
h4
h5
h6
用>表示引用,多層引用就用多個>
> 一級引用
>> 二級引用
>>> 三級引用 java
一級引用 npm
二級引用 promise
三級引用google
用三個 * (或 - 或 _) 表示 url
***
---
___code
![圖片文字](url)
與連接同樣只是在開頭多了個!
好比:![百度](http://baidu.com/....) blog
百度 圖片
開頭結尾用`,單行用一個`,多行用三個```
1. 單行:開頭結尾用一個反引號` ip
` console.log('talk is sheap, show me code') `
console.log('talk is sheap, show me code')
2. 多行:開頭與結尾分別用三個反引號\```單獨佔一行,可指定或不指定語言,好比javascript
``` javascript
for(let i in skills){
console.log('wanderful skill: ' + skills[I]);
}
```
for(let i in skills){ console.log('wanderful skill: ' + skills[I]); }
```
npm install sftp-client-promise
```
npm install sftp-client-promise
用:的不一樣位置來改變對齊方式,默認左對齊(:-),右對齊(-:),居中對齊(:-:)
head | head | head |
---|---|---|
center | left | right |
center | left | right |
center | left | right |
head | head | head |
---|---|---|
cell | cell | cell |
cell | cell | cell |
head | head | head |
---|---|---|
cell | cell | cell |
cell | cell | cell |
開頭結尾用*(或者_),*表示斜體,**表示加粗,***表示斜體加粗
- *em*
- **strong**
- ***斜體加粗***
- _em_
- __strong__
- ___斜體加粗___
em
strong
斜體加粗
基本與js的轉義同樣
開頭結尾用~~
~~待刪除~~
刪除線