코드블록 작성하기
코드 블록 앞뒤에 삼중 백틱 ```을 배치하면 코드 블록을 만들 수 있다
```
function test() {
console.log("notice the blank line before this function?");
}
```
이렇게 작성 된다
'git' 카테고리의 다른 글
[Github] README.md 에 gif 파일 올리기 (0) | 2024.11.26 |
---|---|
Git Commit Convention (1) | 2024.09.06 |
[git clone] 깃 클론 중 리파지토리 없음 remote: Repository not found. (0) | 2024.08.23 |
Git Commit 후 Push 안됌 (feat. repository not found / git-receive-pack not permitted 오류 ) (0) | 2024.07.23 |
github repository - flutter 연동 (0) | 2024.07.05 |