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>
Reference
이 문제에 관하여(GitHub README 스타일 지정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/aakhtar3/styling-for-github-readme-2fmf
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
3 Empty Spaces` `
Second line
HTML</br>Second Line
| Default | <- Left <- | -> Center <- | -> Right -> |
| ------- | :--------- | :----------: | ----------: |
| Text | Left | Center | Right |
<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>
Reference
이 문제에 관하여(GitHub README 스타일 지정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/aakhtar3/styling-for-github-readme-2fmf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)