티스토리 뷰
Text Attributes
~~취소선~~
Quote
> quote
Link
Click [here](링크)
Image

Table
|Header|Description|
|--|--| // |:--| : 왼쪽 정렬, |--:| : 오른쪽 정렬, |:--:| : 가운데 정렬
|Cell1|Cell2|
|Cell1|Cell2|
|Cell1|Cell2|
Code
`코드`
```js
긴 코드
```
GitHub Flavored Markdown
Basic writing and formatting syntax - GitHub Docs
제목 제목을 만들려면 제목 텍스트 앞에 1~6개의 # 기호를 추가합니다. 사용하는 #의 수가 제목의 크기를 결정합니다. # The largest heading ## The second largest heading ###### The smallest heading 두 개 이상의 제
docs.github.com
'Study > GitHub' 카테고리의 다른 글
[Git] GitHub에 대용량 파일 add, commit, push > 뒤늦게 .gitignore > rebase > --hard 복구 > main 합치기 > ... 등등 많은 에러 끝에 결국 복구하고 commit 한 썰 풉니다.. (0) | 2024.02.15 |
---|---|
[Git] 명령어 정리 (0) | 2023.07.31 |
[GitHub] 왕초보!.. in Mac OS (0) | 2023.07.08 |