July 4, 2018 - 저같은 경우는 레포에서 임의로 브랜치를 하나 따서, 해당 브랜치를 push하는 식으로 인증이 필요한 상황을 만들었습니다. 즉, 다음의 순서를 따르게 된 것입니다.
Here is some bold text
부제목 라인 청와대 옮기기 위해서 3월달 말까지 비워라…헐~~~
Here’s a useless table:
돈이필요해 | 통장으로 | 돈이펑펑 들어 온다. |
---|---|---|
하나 | 둘 | 셋 |
돈이필요해 | 통장으로 | 돈이펑펑 들어 온다. |
돈이필요해 | 통장으로 | 돈이펑펑 들어 온다. |
돈이필요해 | 통장으로 | 돈이펑펑 들어 온다. |
오픈씨에서 이미지 주소 복사해 아래와 같이 이미지를 사용 할 수 있다.
It can also be centered!
Here’s a code chunk:
git config --global user.email "jonglae@gmail.com"
git config --global user.name "jonglae"
git remote add origin https://github.com/jonglae/jonglae.github.io
git push origin master
git pull origin main --allow-unrelated-histories
And here is the same code with syntax highlighting:
윤이 점심 먹는것을 왜
우리가 알아야 하나
And here is the same code yet again but with line numbers:
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
2
3
4
</pre></td><td class="code"><pre><span class="kd">var</span> <span class="nx">foo</span> <span class="o">=</span> <span class="kd">function</span><span class="p">(</span><span class="nx">x</span><span class="p">)</span> <span class="p">{</span>
<span class="k">return</span><span class="p">(</span><span class="nx">x</span> <span class="o">+</span> <span class="mi">5</span><span class="p">);</span>
<span class="p">}</span>
<span class="nx">foo</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
</pre></td></tr></tbody></table></code></pre></figure>
Boxes
You can add notification, warning and error boxes like this:
Notification
Note: This is a notification box.
Warning
Warning: This is a warning box.
Error
Error: This is an error box.