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

chore(zh-cn): add language tags for fenced codes (part 4) #23300

Merged
merged 4 commits into from
Sep 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update files/zh-cn/web/css/_doublecolon_cue/index.md
  • Loading branch information
yin1999 authored Sep 10, 2024
commit 50fcb71a929ad6d1d0d32836324b0f2d72365945
4 changes: 2 additions & 2 deletions files/zh-cn/web/css/_doublecolon_cue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ slug: Web/CSS/::cue

## 语法

```css
::cue|::cue(<selector >) {
```css-nolint
::cue | ::cue(<selector>) {
/* ... */
}
```
Expand Down
Loading