lbwa / set.sh-stale

✍A place which is used to share my programming experiences in Chinese. 一个分享代码经历的地方。
https://set.sh
0 stars 0 forks source link

如何在 markdown 中引用 svg ? #15

Open lbwa opened 6 years ago

lbwa commented 6 years ago

方法一

![http-bw][http-bw]
[http-bw]:https://rawgit.com/lbwa/lbwa.github.io/dev/source/images/post/http-protocol/http-bw.svg

方法二

![http-bw][http-bw]
[http-bw]:https://rawgithub.com/lbwa/lbwa.github.io/dev/source/images/post/http-protocol/http-bw.svg

方法三

![http-bw][http-bw]
[http-bw]:https://raw.github.com/lbwa/lbwa.github.io/dev/source/images/post/http-protocol/http-bw.svg?sanitize=true

方法四

+
|
+---+file-name
|        |
|        +---+ some.md
|        |
+        +---+ target.svg

方法五

svg 链接地址 host 修改在 github.io 名下,默认为 master 分支。

![http-bw][http-bw]

[http-bw]:https://lbwa.github.io/images/post/http-protocol/http-bw.svg

http-bw

reference