Skip to content

Conversation

@ctrlshiftm129
Copy link
Contributor

Description

Format markdown files.

Additional Context

Follow the recommend rules

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reformats markdown files across the repository to comply with markdownlint best practices. The changes improve documentation readability and consistency by standardizing code block formatting, indentation within lists, and language specifiers.

Key changes:

  • Removes shell prompt characters ($) from bash code blocks to facilitate copy-paste operations
  • Properly indents code blocks within numbered list items with 4 spaces
  • Adds explicit text language specifiers to code fences containing plain text examples

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/x11.md Indents all code blocks with 4 spaces to properly nest them under numbered list items
README.md Removes $ prompts from bash commands, converts URL to markdown link format, properly indents nested code block, and adds blank line after "Note:" heading
CONTRIBUTING.md Adds text language specifier to code fences containing commit message examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <[email protected]>
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.

1 participant