Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"MD004": false,
"MD013": false,
"MD022": false,

Copilot AI Jul 13, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Consider adding a comment explaining why MD022 (headings should be surrounded by blank lines) is disabled, as this affects document readability.

Copilot uses AI. Check for mistakes.
"MD029": false,
"MD031": false,

Copilot AI Jul 13, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Consider adding a comment explaining why MD031 (fenced code blocks should be surrounded by blank lines) is disabled, as this affects code block readability in documentation.

Copilot uses AI. Check for mistakes.
"MD032": false,

Copilot AI Jul 13, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Consider adding a comment explaining why MD032 (lists should be surrounded by blank lines) is disabled, as this affects list formatting consistency in documentation.

Copilot uses AI. Check for mistakes.
"MD033": false,
"MD040": false,
"MD041": false
Expand Down
Loading