mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #426] Rules MD041 and MD033 aren't compatible with default configuration #355
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#355
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 @lorenzogrv on GitHub (Sep 9, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/426
As per example at your documentation of rule MD041, the following should work:
But that example doesn't work as the rule MD033 does not allow inline html.
Shouldn't it work with the default configuration values?
@nschonni commented on GitHub (Sep 9, 2021):
The default would be to use a
#for an H1 or a frontmatter title, so there is not conflict with the default configuration.@lorenzogrv commented on GitHub (Sep 14, 2021):
@nschonni , @DavidAnson Thanks for clarification. Will close as I consider it is resolved.