Skip to content

🪲 [Fix]: Fix markdown linter#3

Merged
Marius Storhaug (MariusStorhaug) merged 4 commits into
mainfrom
fixDocs
Oct 8, 2025
Merged

🪲 [Fix]: Fix markdown linter#3
Marius Storhaug (MariusStorhaug) merged 4 commits into
mainfrom
fixDocs

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Description

This pull request updates the Markdown linter configuration to relax some rules and fix a minor formatting issue. The key changes are:

Markdown linter configuration updates:

  • Disabled the MD024 rule to allow duplicate headings, which is useful for sections like INPUTS and OUTPUTS that may intentionally repeat. (.github/linters/.markdown-lint.yml)
  • Fixed the punctuation list formatting for the MD026 rule by switching to single quotes for consistency. (.github/linters/.markdown-lint.yml)

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

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 fixes the Markdown linter configuration by relaxing some rules and correcting formatting. The changes address specific linting issues that were preventing proper validation of Markdown files.

  • Disabled the MD024 rule to allow duplicate headings (useful for repeated INPUTS/OUTPUTS sections)
  • Fixed punctuation list formatting in MD026 rule by switching from double quotes to single quotes

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

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 6f9a24d into main Oct 8, 2025
36 checks passed
@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

Module Anthropic - 0.0.3 published to the PowerShell Gallery.

@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

GitHub release for Anthropic v0.0.3 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