mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #1092] MD025 Multiple top-level headings withtitle frontmatter #607
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#607
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 @drwpow on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1092
0.32.1(latest)20When using a markdown file with
titlefrontmatter + a H1 like so:It throws the following error:
Oddly enough, it only does this for
titlespecifically; if there is anything else, it doesn’t throw.Reproduction
If this is expected behavior, then maybe adding a note in the docs? I’m currently using this in a setup where the
titlefrontmatter does not show anything on the page; it’s for the browser<title>and nothing else. Thanks!@drwpow commented on GitHub (Jan 3, 2024):
Oh, sorry! I just found this configurable on the individual rule page. This seems intentional.