Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes documentation formatting issues across the docs-mslearn folder by standardizing markdownlint and Prettier configuration.
Changes:
- Adds
.markdownlint.jsonto disablesingle-h1,line-length, andno-inline-htmlrules at folder level - Removes 150+ per-file
<!-- markdownlint-disable-next-line MD025 -->comments (now handled by central config) - Wraps MS Learn blockquotes with
<!-- prettier-ignore-start/end -->to prevent Prettier from collapsing multi-line content inside lists - Minor whitespace and formatting cleanups
Reviewed changes
Copilot reviewed 112 out of 112 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.markdownlint.json |
New central configuration file disabling MS Learn-incompatible rules |
All .md files |
Removed redundant MD025 comments, added prettier-ignore blocks around blockquotes in lists, minor whitespace fixes |
RolandKrummenacher
approved these changes
Feb 17, 2026
- Update all Power BI report export requirement tables - Update FinOps hubs configure-scopes and data-processing docs - Realign markdown tables for wider version column 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
🤖 [AI][Claude] PR Update Summary Addressed: 1 thread(s)
Added FOCUS
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Fix documentation formatting issues across docs-mslearn:
.markdownlint.jsonconfig to disablesingle-h1,line-length, andno-inline-htmlrules at the folder level (instead of per-file HTML comments)<!-- markdownlint-disable -->comments for MD025<!-- prettier-ignore-start/end -->blocks to wrap enclosing lists at column 0 (fixes Prettier collapsing multi-line MS Learn blockquotes inside list items)markdownlint-disable-next-linecomments (broken by Prettier inserting blank lines) to file-levelmarkdownlint-disable📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?