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>
December 31, 2021
![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>