mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #355] MD025 Triggered when markdown contains comments #299
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrisreddington on GitHub (Dec 10, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/355
Hi All, I'm leveraging the GitHub Superlinter as part of my project, which uses the markdownlint project for the markdown aspects (Thank you for the work!)
I've noticed in one of my markdown files, that I have a Title which is being flagged by the linter, because it believes there are multiple top level headings in the same document.
As an example -
Is there a way to ignore the contents of frontmatter? I thought this should happen by default, from what I understood in the docs. Thanks in advance for the help!
@DavidAnson commented on GitHub (Dec 10, 2020):
You can change this behavior by configuring the way front matter is handled by the rule as documented here: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md041 This scenario is highlighted there.