Markdown - sonkoni/Koni-Wiki GitHub Wiki
이미지 정렬
<p align="center"><img width="460" height="300" src="http://www.fillmurray.com/460/300"></p>
<img src="https://img.png" width="300" align="right">
<img src="https://img.png" width="300" align="left">
테이블
1. 테이블 헤드와 구분선은 생략할 수 없다.
2. 구분선의 : 위치에 따라 정렬된다. 기본값은 왼쪽정렬
3. zebra 형태로 가로줄이 생긴다.
head | head | head
-------------------- | :------------------: | ----------:
first first | first first | first first
Second Second Second | Second Second Second | Second Second Second
Third Third | Third Third | Third Third
Hello Hello | Hello Hello | Hello Hello
| head |
head |
head |
| first first |
first first |
first first |
| Second Second Second |
Second Second Second |
Second Second Second |
| Third Third |
Third Third |
Third Third |
| Hello Hello |
Hello Hello |
Hello Hello |