Skip to content
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

Add language tag to code blocks and correct indented code block #770

Merged
merged 15 commits into from
Oct 31, 2024

Conversation

bact
Copy link
Contributor

@bact bact commented Oct 31, 2024

  • Add language tag (like xml, json) to Markdown code blocks, so the code syntax will be properly highlighted in the document
  • Fix indent of a code block nested inside a numbered list
  • Fix other Markdown lint warnings. Like removing end-of-line trailing spaces and ensuring a blank line before and after a heading.

@bact bact requested a review from a team as a code owner October 31, 2024 13:15
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Co-authored-by: Dave Tryon <[email protected]>
@bact
Copy link
Contributor Author

bact commented Oct 31, 2024

Thank you for detailed suggestions. I have updated them accordingly.

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.13%. Comparing base (acc6ab3) to head (ba9dc58).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #770   +/-   ##
=======================================
  Coverage   70.13%   70.13%           
=======================================
  Files         277      277           
  Lines        8651     8651           
  Branches     1006     1006           
=======================================
  Hits         6067     6067           
  Misses       2065     2065           
  Partials      519      519           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DaveTryon DaveTryon merged commit 86fc42f into microsoft:main Oct 31, 2024
6 checks passed
@bact bact deleted the make-indent branch October 31, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants