Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/docs/app/building-your-application/testing/vitest 오타 수정 #143

Open
1 of 5 tasks
SoJuSo opened this issue Oct 16, 2024 · 2 comments
Open
1 of 5 tasks

/docs/app/building-your-application/testing/vitest 오타 수정 #143

SoJuSo opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
docs 새로운 문서 작업 및 문서 오류 수정

Comments

@SoJuSo
Copy link
Contributor

SoJuSo commented Oct 16, 2024

이슈를 작성하시기 전에 [기여 가이드[(https://nextjs-ko.org/contribution)을 먼저 확인해주세요.

기여 내용

  • 새로운 문서 번역
  • 문서 내용 수정
  • 오타 수정
  • 문서 웹페이지 기능 수정
  • 기타 기능 개선 및 수정

문서 경로

  • /docs/app/building-your-application/testing/vitest

문제

일부 Bold 처리가 되지 않는 현상을 발견했습니다.

  • 한글화 작업본(이슈 내역)
    image

  • 공식 문서
    image

혹시 이 부분에 대해서 수정 후 PR 작업 진행해도 될까요?

@luciancah luciancah added the docs 새로운 문서 작업 및 문서 오류 수정 label Oct 16, 2024
@luciancah
Copy link
Owner

@SoJuSo 편하게 PR 남겨주시면 됩니다 :)

@SoJuSo
Copy link
Contributor Author

SoJuSo commented Oct 16, 2024

@luciancah 의견 여쭙고자 댓글 남깁니다!
마크다운 문법에서 현재 문제와 같은 상황 Bold 문법 내부에 소,중,대괄호 + 바로 직후에 문자가 붙는 경우 Bold체 형태로 파싱되지 않는다고 하는 것 같습니다..! 웹에서 비슷한 현상을 검색할 수 있었는데 링크 첨부합니다..!

현재 발생하는 이슈를 한눈에 정리하면 다음과 같습니다.

문제 상황
**단위 테스트(Unit Testing)**에

뒷 문자와 공백을 둘 경우 해결
단위 테스트(Unit Testing)

혹은 strong 태그를 사용할 경우 해결
단위 테스트(Unit Testing)

공백을 두는 것은 적절하지 않고, strong태그는 코드 내부가 아니라 고민됩니다.
이 밖의 해결책으로는 한글 단위 테스트만 남기는 방안이 생각나는데 혹시 어떻게 생각하시는 지 궁금합니다.

개인적으로는 맥락상 단위 테스트 한글만 남겨도 괜찮지 않을까하는 의견 조심스레 제안드려봅니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 새로운 문서 작업 및 문서 오류 수정
Projects
None yet
Development

No branches or pull requests

2 participants