-
-
Notifications
You must be signed in to change notification settings - Fork 10.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
docs: fix markdown code blocks by change 4 back quote to 3 back quote #4631
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Codecov Report
@@ Coverage Diff @@
## master #4631 +/- ##
=========================================
Coverage 47.16% 47.16%
Complexity 1649 1649
=========================================
Files 347 347
Lines 10644 10644
Branches 1057 1057
=========================================
Hits 5020 5020
Misses 5320 5320
Partials 304 304 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I hope that I don't miss anything |
All ```` key word in .md file collected in md.log, I collect them by run grep -n "\`\{4\}" $(find . -type f -name "*.md") > md.log Please check for any omissions, thanks. |
Thanks a lots, I use this command and file md.log show as below: I think that I didn't miss anything when I modify ```` to ```. |
Oh, I have a error in this command, I fixed this and result as below: |
Please change the pr's title to more readable. For example:
|
Yes, thanks! I changed it. |
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.
LGTM
I have read the CLA Document and I hereby sign the CLA
What's the purpose of this PR
Change ```` to ```
Which issue(s) this PR fixes:
Fixes #4629
Brief changelog
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.