Skip to content

fix: resolve markdown formatting issues in documentation#173

Closed
Copilot wants to merge 2 commits into
fix/docsfrom
copilot/sub-pr-172
Closed

fix: resolve markdown formatting issues in documentation#173
Copilot wants to merge 2 commits into
fix/docsfrom
copilot/sub-pr-172

Conversation

Copy link
Copy Markdown

Copilot AI commented Oct 30, 2025

Fixed critical markdown formatting violations in CONTRIBUTING.md identified by markdownlint:

  • Invalid link fragment (MD051): Removed emoji from anchor link #release-process-🚀#release-process-
  • Heading hierarchy (MD001): Changed h5 to h4 for proper heading level progression
  • Duplicate headings (MD024): Consolidated redundant "💡 Notes" sections into single note

The changes ensure documentation renders correctly across GitHub and markdown processors that validate anchor links and heading structures.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: marcossevilla <31174242+marcossevilla@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix documentation based on markdownlint compliance fix: resolve markdown formatting issues in documentation Oct 30, 2025
Copilot AI requested a review from marcossevilla October 30, 2025 15:42
Comment thread CONTRIBUTING.md
1. Analyze your code (`dart analyze . --fatal-infos`).
1. Follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0) specification for your commit messages.
- This enables automatic version bumping and changelog generation as detailed in the [Release Process](#release-process-🚀) section.
- This enables automatic version bumping and changelog generation as detailed in the [Release Process](#release-process-) section.
Copy link
Copy Markdown
Member

@marcossevilla marcossevilla Oct 30, 2025

Choose a reason for hiding this comment

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

@copilot I don't think this change will work, if we remove the emoji, we break the link

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.

2 participants