2020-11-19 게시 됨2021-08-04 업데이트 됨markdown몇 초안에 읽기 (약 95 단어)md에서 주석있는 json 스니펫 표현하기 json1234567```json"scripts": { // ... "format": "prettier --write src/**/*.ts{,x}", "lint": "tsc --noEmit && eslint src/**/*.ts{,x}"}``` jsonc1234567```json"scripts": { // ... "format": "prettier --write src/**/*.ts{,x}", "lint": "tsc --noEmit && eslint src/**/*.ts{,x}"}``` github repo의 md파일을 보면 json안의 주석이 빨간색으로 표시될 때.. json 대신 jsonc 를 사용하면된다 json with comments 라는 뜻이다
2020-10-30 게시 됨2021-10-10 업데이트 됨git2분안에 읽기 (약 237 단어)깃허브 자기 닉네임 저장소 special repository https://github.com/chinsun9 자기 깃허브 메인화면에 가장 처음 표시되는 readme파일의 저장소다! 내가 어떤 개발자인지 보여주는 용도이다 GitHub Readme Stats를 통해 자기 깃허브 활동을 시각적으로 보여주면 더 좋다! special repository github에서 저장소명을 자신의 닉네임이랑 똑같이 하면 special repository 라는 것이 만들어진다 이 special repository는 내 깃허브 메인 화면에서 가장 처음으로 보여지는데, 여기서 내 프로필을 적어서 나를 자랑?할 수 있다 GitHub Readme Stats https://github-readme-stats.vercel.app/api?username={내-깃허브닉네임} https://github-readme-stats.vercel.app/api/top-langs/?username={내-깃허브닉네임} 아무 설치없이 간단하게 내 깃허브 활동 통계를 볼 수 있다..! chinsung/chinsung https://github.com/chinsun9/chinsun9