docs: fix markdown code blocks by change 4 back quote to 3 back quote#4631
docs: fix markdown code blocks by change 4 back quote to 3 back quote#4631Anilople merged 1 commit intoapolloconfig:masterfrom
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.logPlease 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. |


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 testto make sure this pull request doesn't break anything.CHANGESlog.