Skip to content

🪲 [Fix]: Fix markdown linter#32

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
fixDocs
Oct 8, 2025
Merged

🪲 [Fix]: Fix markdown linter#32
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
fixDocs

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Description

This pull request updates the Markdown linting configuration to relax the rule about duplicate headings, allowing the same heading (such as "INPUTS" and "OUTPUTS") to appear multiple times in different sections.

Markdown linting configuration:

  • Disabled the MD024 rule (no-duplicate-heading) to permit duplicate headings in different sections, which is useful for repeated items like "INPUTS" and "OUTPUTS". (.github/linters/.markdown-lint.yml)

Copilot AI review requested due to automatic review settings October 8, 2025 21:06

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the Markdown linting configuration to relax rules around duplicate headings by completely disabling the MD024 rule, allowing repeated headings like "INPUTS" and "OUTPUTS" to appear multiple times throughout documents.

  • Changed MD024 rule from siblings_only: true to false to disable duplicate heading checks entirely
  • Added explanatory comment indicating this change specifically accommodates repeated "INPUTS" and "OUTPUTS" headings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit ae1f563 into main Oct 8, 2025
38 checks passed
@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

Module Ast - 0.4.9 published to the PowerShell Gallery.

@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

GitHub release for Ast v0.4.9 has been created.

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