-
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
zh-cn: batch space fix part 3 #15578
Conversation
@@ -60,7 +60,7 @@ slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values | |||
|
|||
| User Agent | Value | Comment | | |||
| ------------------------------ | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | |||
| Firefox | `*/*` | 请参见[bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | | |||
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | |
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 🐶
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | | |
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | |
@@ -71,7 +71,7 @@ slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values | |||
|
|||
| User Agent | Value | Comment | | |||
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | |||
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见[bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | | |||
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | |
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 🐶
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | | |
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) | |
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.
Is it the bug of reviewdog? @jasonren0403
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.
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.
I've left my suggestion here. Please run yarn install
to install pre-commit hook locally. Which would run prettier
to fix all the format before commit changes.
Preview URLs (199 pages)
Flaws (1860)Note! 24 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (89)URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
|
Description
Same as title
Motivation
fix the typesetting
Additional details
Sed don't support unicode, so we need to set it as
[㐀-䶵一-鿏]
Example code, we hope
文[A
be fixed as文 [A
, we could use the command:What's more, there are over 500 changed files, that's huge number so I write a bash script
Related issues and pull requests
None