Skip to content

Fix markdown lint errors in 11.0.0-preview.6 release notes#10477

Open
rbhanda wants to merge 1 commit into
dotnet:mainfrom
rbhanda:fix/markdown-lint-preview6
Open

Fix markdown lint errors in 11.0.0-preview.6 release notes#10477
rbhanda wants to merge 1 commit into
dotnet:mainfrom
rbhanda:fix/markdown-lint-preview6

Conversation

@rbhanda

@rbhanda rbhanda commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Fixes markdown lint errors reported by Super-Linter (.github/linters/.markdown-lint.yml) in files that landed with PR #10476 (.NET 11.0.0-preview.6 artifacts).

Changes

  • MD012 / no-multiple-blanksrelease-notes/11.0/preview/preview6/11.0.0-preview.6.md: collapsed three consecutive blank lines under ### Notable Changes down to one.
  • MD053 / link-image-reference-definitionsreleases.md: removed the duplicate [11.0.0-preview.6] link reference definition (it is already defined in the supported-releases definition block near the top).

Scope note

These are the safe, unambiguous lint fixes. The preview6 notes also trip 63 MD053 "unused reference definition" errors for the download-asset labels (e.g. [dotnet-sdk-win-x64.tar.gz]), which appear to be a release-notes generator/template issue (the definitions are emitted but never referenced). Those are intentionally left out of this PR so they can be addressed at the generator level rather than by hand-deleting generated content.

Resolves markdownlint failures reported by Super-Linter:
- MD012: remove extra consecutive blank lines under 'Notable Changes' in release-notes/11.0/preview/preview6/11.0.0-preview.6.md
- MD053: remove duplicate '11.0.0-preview.6' link reference definition in releases.md (already defined with the supported-releases block)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 45f320a2-30a4-4fb1-ad88-980b77a7a683
@rbhanda rbhanda requested a review from leecow as a code owner July 14, 2026 17:02
@mairaw

mairaw commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

It is also complaining about the linux link that is not working

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