-
Notifications
You must be signed in to change notification settings - Fork 93
2025 Winter Review #64
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
fcda431
Ch1 to Ch3 modifications
ustcljh 45bb77f
prettier fix
ustcljh 59b4495
Fix indent by prettier
ustcljh 7d52cd5
Fix taoky's PR suggestions. Add fix to ch04.
ustcljh 2fe6521
Ch05 to Ch06 (partial) modifications, and add some content
ustcljh 0a91da8
Fix that in @taoky's PR. Also add something in sudo
ustcljh 4989efa
Ch08: Redirect registry mirror guide to yeasy gitbook
taoky 9f885be
Change code block lang (shell -> console) for interactive commands
taoky 882552b
Ch05: Fix new quiz
taoky 1dfd7c8
Ch06: Change warning to tip about checking alias
taoky 2155301
Ch05: Fix prettier
taoky d25f43e
Merge branch 'master' into 101-winter
taoky d239aad
More code block language (console) update
taoky 9883b95
Add markdownlint from Linux 201
taoky 91d156e
Prettier for .markdownlint.jsonc
taoky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "MD007": { | ||
| // Unordered list indentation | ||
| "indent": 4 | ||
| }, | ||
| "MD013": false, // Line length | ||
| "MD033": { | ||
| // Inline HTML | ||
| "allowed_elements": [ | ||
| "br", // Useful in tables | ||
| "figure", | ||
| "figcaption", | ||
| "s", | ||
| "del" // Python-Markdown parsing issue with CJK | ||
| ] | ||
| }, | ||
| "MD046": false, // Use fenced code block style, too many false positives | ||
| "MD051": false, // Link fragments should be valid, false positives | ||
| "MD052": false, // Reference link should be defined and used, false positives with includes/man.md | ||
| "MD010": false, // Some command output contains hard tabs | ||
| "MD024": { | ||
| // Allow multiple headers with the same content, if they are not siblings | ||
| "siblings_only": true | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.