Markdown Image 마크다운 이미지 사용하기

December 31, 2021

Markdown에서 Image 사용하기

![title](./path)<img> 태그를 사용할 수 있다.

예시

![GitLogo](./git.png)

<img src="./git.png" width="200px" height="200px" title="GitLogo"/>

<img src="./git.png" width="100px" height="100px" title="GitLogo"></img>

GitLogo

git

git


Profile picture

Written by Sungsu
Learn and recodes any things.