mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #12] Allow atx_closed with setext in rule MD003 #1857
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#1857
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 @ciwchris on GitHub (Feb 23, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/12
Currently rule MD003 has the style option of
setext_with_atx, but this does not allowatx_closedto be used withsetext. Either adding a new style ofsetext_with_atx_closedto the rule or allowingatx_closedbe acceptable when using the stylesetext_with_atxwould be nice. Thoughts? Is there a preference one way or the other?@DavidAnson commented on GitHub (Feb 24, 2016):
My preference is for
setext_with_atx_closedbecause it gives the most control and doesn't change the meaning of an existing option.