GitHub에 보이는 목차는 링크를 상대경로로 지정하는 것입니다.
- 마크다운 링크 문법
[내용 작성](링크)- 절대 경로와 상대경로
c/
TIL/
python/
algorithms/
-
절대 경로 :
c:/TIL/python -
상대 경로
- TIL 폴더 입장에서 python 폴더 :
./python - python 폴더 입장에서 TIL 폴어 :
../ - python 폴더 입장에서 algorithms 폴더 :
../algorithms/
- TIL 폴더 입장에서 python 폴더 :
동일 페이지에서는 Heading을 기준으로 할 수 있습니다.
-
링크 작성하실 때 #의 갯수는 반드시 하나입니다.
- Heading Level이랑 상관 없음.
* [python](#python)
* [algoritms](#algorithms)
## python
### algorithms상대 경로로 파일이나 폴더를 링크 걸 수 있습니다.
* [python](./python)
* [algoritms](./algorithms)- 파이썬(./python)