.md -> Html 변환 작업#1
Merged
Conversation
* 글꼴 예쁘게 해준다고 함
* 다크모드 적용
* 마크다운 표 html로 변환
* 마크다운에 적은대로 띄어쓰기 적용(스페이스 두칸 필요 x)
* remark-toc: toc 생성 * rehype-slug: heading 제목과 같은 id 생성
* 코드블럭스타일주기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
기본적으로 필요하다고 생각하는 라이브러리들을 설치했습니다.
설치한 라이브러리들은
입니다
css에 스크롤 부드럽게 가는 코드 추가했습니다
function( ){...} <= 이거 md 파일에 쓰면 에러 나더라구요 왜그런지 잘 모르겠습니다
toc 사이드바로 옮기고 싶습니다.
chore: next-mdx-remote 설치
feat: MDXRemote 삽입
chore: tailwindcss/typography 설치
chore: tailwindcss/typography 적용
chore: remarkGfm 설치
feat: 예시 파일에 표 추가
chore: remarkBreaks 설치
chore: remark-toc, rehype-slug 설치
feat: 예시 파일에 headings 추가
feat: 부드러운스크롤 css 추가
chore: rehype-pretty-code 설치
chore: 임시파일 추가