-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ko] Fix Markdown syntax #14903
[ko] Fix Markdown syntax #14903
Conversation
- **`throw`**문은 => **`throw`** 문은 in line 8
- Add code block highlighting to the `continue` statement at line 8.
- Add code block highlighting to the `for` statement at line 8.
-Change "for...in 문" to bold at line 8.
- **`var`**문은 => **`var`** 문은 in line 8
- Add code block highlighting to the `while` statement at line 8.
Preview URLs (6 pages)
Flaws (7)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cobocho 님 안녕하세요. 기여해주셔서 감사합니다. 현재 한국 문서들은 최신화 되어있지 않은 레거시 문서들이 많이 존재합니다. [ko] 한국 MDN 문서에 존재하는 레거시 문서 최신화에서 한국 MDN 문서에 존재하는 레거시 문서 최신화를 위한 작업을 진행하고 있습니다. 참고 부탁드립니다. 좋은 하루 보내세요 :) |
Description
I added code block highlighting and bold formatting to the Markdown content.
Motivation
Additional details
continue
for...in
let
throw
var
while
Related issues and pull requests