Yunseok's Dev Blog

배운 것을 적는 블로그입니다.
학습 중심의 부트캠프를 운영중입니다.

Markdown

Notice and Warnning

강조해야할 말이나 경고의 말을 남길 때 사용하는 문법

<aside class="notice">
  중요한 말을 강조할 떄는 이렇게 씁니다.
</aside>
<aside class="warning">
  경고의 말을 강조할 떄는 이렇게 씁니다.
</aside>

표 만들기

|-을 이용하여 표를 만들 수 있습니다.

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

이미지

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)