-
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: NOTE syntax #23373
[ko] fix: NOTE syntax #23373
Conversation
Preview URLs Flaws (5)URL:
URL:
(comment last updated: 2024-09-04 04:31:12) |
> [!NOTE] | ||
> `:blank` 선택자는 CSSWG가 지속적으로 변경하고 있음에 따라 위험 요소로 간주됩니다. |
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.
[mdn-linter] reported by reviewdog 🐶
> [!NOTE] | |
> `:blank` 선택자는 CSSWG가 지속적으로 변경하고 있음에 따라 위험 요소로 간주됩니다. | |
> [!NOTE] > `:blank` 선택자는 CSSWG가 지속적으로 변경하고 있음에 따라 위험 요소로 간주됩니다. |
Hello, @queengooborg. A markdown lint error occurred even though the content is identical to GFM Alerts. Do you have any guesses as to what the problem might be? mdn/content (en-us) > [!NOTE]
> The `:blank` selector is considered at risk, as the CSSWG keeps changing it.
>
> See [CSSWG issue #1967](https://github.com/w3c/csswg-drafts/issues/1967). |
This is because of a Prettier bug, unfortunately, where if the first character of the first line after the magic keyword is a special character (`, *, etc.), it combines the first and second lines. For now, these blocks will have to use the original MDN syntax, until the issue is resolved in Prettier. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@queengooborg I understand. Thank you. Have a great day :) @wisedog 안녕하세요~! prettier 오류로 린트 "prettier/prettier#16454" 수정 전까지 린트 수정하지 않고 병합해도 좋을 듯합니다. |
오! 감사합니다. |
Description
> [!NOTE]
은 새로 추가된 github markdown으로 영어로만 사용 가능합니다.AS IS
> [!참고]
TO BE
> [!NOTE]
[Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta)
cc. @mdn/yari-content-ko , @givvemee
Related issues and pull requests
#22796