헤더(타이틀)
글머리: 1~6까지만 지원
# This is a H1
## This is a H2
### This is a H3
#### This is a H4
##### This is a H5
###### This is a H6
줄바꾸기
스페이스(빈칸)를 2개
여러줄 강제로 줄바꿈
<br/> 태그
수평선
* * *
***
*****
- - -
---
강조
**double asterisks**
__double underscores__
인용영역
> 인용 글
취소선
~~cancelline~~
기울이기(italic)
*single asterisks*
_single underscores_
코드블럭
```
코드 블럭
```
~~~
코드 블럭
~~~
스페이스(빈칸)를 2개
링크
<http://google.com/>
<example@gmail.com/>
[링크](#id) 내부 링크
[링크 텍스트](https://주소)
<a href="https://주소">링크 텍스트</a>
목록
* 빨강
* 녹색
* 파랑
+ 빨강
+ 녹색
+ 파랑
- 빨강
- 녹색
- 파랑
번호
1. 하나
2. 둘
3. 셋
1. 셋에 하나
2. 셋에 둘
이미지 사용


* 기본적인 HTML 지원함
gitlab 마크다운 가이드
https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#headings
Markdown Guide
Read through our Markdown kramdown Style Guide!
about.gitlab.com
https://www.tablesgenerator.com/markdown_tables
Markdown Tables generator - TablesGenerator.com
Result (click "Generate" to refresh) Copy to clipboard Copy to clipboard You can now import Markdown table code directly using File/Paste table data... dialog.
www.tablesgenerator.com
참고자료
'기타자료' 카테고리의 다른 글
비주얼 스튜디오 코드 ( Visual Studio Code) 확장프로그램 (0) | 2020.02.15 |
---|---|
Visual Studio Code + php 사용시 오류 (0) | 2020.02.15 |
git pull 오류 - If you wish to set tracking information for this branch you can do so with : (0) | 2019.06.05 |
원격 데스크톱 포트(3389) 변경하기 (0) | 2019.06.02 |
오디오 편집 프로그램 추천 (0) | 2019.06.02 |