mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #19] It would be nice if MD002 could be configured #14
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#14
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 @GarthDB on GitHub (May 10, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/19
When I use markdown files in a static site generator I usually have a template use the title as an h1; I'd like to configure MD002 to check if an h2 is used first.
@DavidAnson commented on GitHub (May 10, 2016):
Seems reasonable, but it plays havoc with the name of the rule, first-header-h1. :) I may introduce an alias for this rule so it's less confusing when used with an h2. Thanks!
@GarthDB commented on GitHub (May 10, 2016):
Sounds good.
@DavidAnson commented on GitHub (Jul 5, 2016):
I decided not to alias the name, but to normalize the description a bit. I also changed the MD025 and MD041 rules in a similar manner.
@GarthDB commented on GitHub (Jul 5, 2016):
Ah, excellent! Thanks @DavidAnson!
@GarthDB commented on GitHub (Jul 5, 2016):
What's the release schedule like? I'd like to make a pull request to update it in atom-linter-node-markdownlint.
@DavidAnson commented on GitHub (Jul 5, 2016):
I published version
0.2.0a few minutes ago. :)@GarthDB commented on GitHub (Jul 27, 2016):
I just made a pull request to the ruby implementation mirroring these changes; hopefully, it's accepted.
https://github.com/mivok/markdownlint/pull/142