標籤:

Markdown 圖片如何添加超鏈接?


插入圖片:

![alt text](http://path/to/img.jpg "title")

文字鏈接:

[Title](你的鏈接地址)

圖片加鏈接:

[![alt text](http://path/to/img.jpg "title")](你的鏈接地址)

其實就是 圖片 和 文字鏈接 2種語法結合起來用。


Links and Email

Inline links:

[link text](http://url.com/ "title")
[link text](http://url.com/)
&

Reference-style links:

[link text][id]

[id]: http://url.com "title"

Email:

&

Images

Inline images:

![alt text](http://path/to/img.jpg "title")
![alt text](http://path/to/img.jpg)

Reference-style links:

![alt text][id]

[id]: http://path/to/img.jpg "title"


[![Alt text]img url]http url


推薦閱讀:

markdown中插入圖片怎麼定義圖片的大小或比例?
有什麼好用的markdown編輯器嗎?
如何評價微軟研究院的 Madoko Markdown?
有道雲筆記markdown文檔如何插入圖片?
Mac升級到sierra後,Mou不再兼容,有什麼好的工具可以替代?

TAG:Markdown |