GitHub README 스타일 지정

README 스타일 팁



Markdown에는 스타일이 제한되어 있지만 Github 리포지토리에서 더 나은 보기 환경을 위해 일부 HTML을 활용할 수 있습니다.

줄 바꿈



가격 인하





3 Empty Spaces`   `   
Second line

HTML





HTML</br>Second Line

정렬




가격 인하



| Default | <- Left <- | -> Center <- | -> Right -> |
| ------- | :--------- | :----------: | ----------: |
| Text    | Left       | Center       | Right       |



HTML



<p>Left</p>



<p align="center">Center</p>



<p align="right">Right</p>



<a><img alt="Left"></a> <a><img align="right" alt="Right"></a>



<table>
<tr>
<td valign="top" width="33%">
<h2 align="center">Col 1</h2>
-----------------------------
-----------------------------
-----------------------------
-----------------------------
</td>
<td width="34%">
<h5 align="center">Col 2</h5>
<p align="center">Missing valign="top"</p>
</td>
<td valign="top" width="33%">
<h2 align="center">Col 3</h2>
-----------------------------
-----------------------------
-----------------------------
-----------------------------
</td>
</tr>
</table>

좋은 웹페이지 즐겨찾기