Markdown에서 Image 사용하기

와 <img>
태그를 사용할 수 있다.
예시

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

December 31, 2021

와 <img>
태그를 사용할 수 있다.
예시

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