큰제목,작은제목
## Table of Contents
1. [큰제목1](#blabla1)
2. [큰제목2](#blabla2)
# 큰제목1
***
큰제목내용들은 여기에..
## 작은제목
***
작은제목내용들은 여기에..
# 큰제목2
### 더작은제목
코드
```프로그래밍명
코드블럭삽입내용들은 여기에...
```
프로그래밍명에는 python, bash등이있다.
링크
[링크제목](https://주소)
굵은글씨
**굵은글씨**
이미지삽입1
<img width="559" alt="Screen Shot 2021-05-18 at 11 56 58 PM" src="https://user-images.githubusercontent.com/69044941/118674434-bcc88480-b834-11eb-900c-b7ca65283a17.png">
이미지삽입2
![Image text](/path/to/the/screenshot.png)
네모박스
`단어`
특수기호
>, *, 숫자
반응형
'Network&etc > Git&Github' 카테고리의 다른 글
git stash로 commit안하고 잠깐 다른곳에 저장하기 (0) | 2022.06.22 |
---|---|
git 지우는 방법 (0) | 2022.02.01 |
git ignore (0) | 2021.04.22 |
git client_loop send disconnect connection reset by peer 에러 (0) | 2021.04.15 |
not a git repository (or any of the parent directories): .git 에러 해결 (0) | 2021.04.05 |