Skip to content

🪲 [Fix]: Fix markdown linter#14

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

🪲 [Fix]: Fix markdown linter#14
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
fixDocs

Conversation

@MariusStorhaug
Copy link
Member

Description

This pull request makes minor adjustments to the Markdown linter configuration, primarily to allow duplicate headings and to fix a formatting issue in the punctuation setting.

  • Markdown linter configuration updates:
    • Disabled the MD024 rule to allow duplicate headings, which is useful when sections like INPUTS and OUTPUTS may have the same name.
    • Fixed the punctuation string in the MD026 rule by using consistent single quotes for YAML formatting.

Copilot AI review requested due to automatic review settings October 8, 2025 21:07
Copy link

Copilot AI left a comment

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 markdown linter configuration issues by allowing duplicate headings and correcting YAML formatting. The changes improve the linter's handling of documentation that may legitimately have repeated section names.

  • Added MD024 rule exception to allow duplicate headings for common section names like INPUTS and OUTPUTS
  • Fixed YAML formatting by replacing double quotes with single quotes for punctuation configuration

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

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

github-actions bot commented Oct 8, 2025

Module Base64 - 2.0.6 published to the PowerShell Gallery.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

GitHub release for Base64 v2.0.6 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