docs: fix table style in sentinel-parameter-flow-control README#3583
Merged
LearningGp merged 10 commits intoalibaba:1.8from Dec 18, 2025
Merged
docs: fix table style in sentinel-parameter-flow-control README#3583LearningGp merged 10 commits intoalibaba:1.8from
LearningGp merged 10 commits intoalibaba:1.8from
Conversation
…luster modules Signed-off-by: 赖尧 <yujitang_2006@qq.com>
Collaborator
|
看起来还有一些markdownlint MD060以及MD009问题,方便的话帮忙一起在这个PR修复下 |
Contributor
Author
|
好的,我会继续尝试修复 |
32e0a3f to
4412b35
Compare
Contributor
Author
|
@LearningGp 你好! 我已经修复了你提到的 markdownlint MD060 和 MD009 问题。具体修复内容:
我在本地验证了一下,没有什么问题,希望可以重新review,如果还有问题我会继续做出修改。 |
Collaborator
|
看起来其他的都没问题了,还有两个文件存在 MD034/MD060的问题 |
Contributor
Author
|
好的,那我再改一下这两个文件 |
4137f0f to
8c232bb
Compare
- Restore correct UTF-8 encoding for all Chinese text - Fix garbled Chinese in company logos (拼多多, 爱奇艺, 二维火, etc.) - Fix table column style (MD060) - remove spaces around pipes - Fix bare URLs (MD034) - wrap URLs with angle brackets - Remove BOM markers from documentation files Fixes encoding issues from commit 7b9f7c7 Disabled core.autocrlf to prevent encoding corruption
8c232bb to
465f6dc
Compare
- Fix bare URL in Sentinel_Dashboard_Feature.md (控制台 Wiki link) - Fix bare URLs in sentinel-demo-dubbo README (流量控制, 控制台文档) All markdownlint MD034 errors now resolved
Contributor
Author
|
@LearningGp 你好! MD034/MD060的问题已经修复了 |
- Fix trailing spaces in sentinel-adapter/sentinel-spring-webmvc-adapter/README.md - Fix trailing spaces in sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md - Fix trailing spaces in sentinel-dashboard/README.md All MD009 errors now resolved
Contributor
Author
|
这次是MD009的问题,我已经修复了,可以再次review! |
Contributor
Author
|
好像超时了 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
修复 README 表格的 markdownlint 问题(MD060/MD009),将表格改为仓库要求的 compact 风格并删除行尾多余空格,使 document-lint CI 通过。