mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 09:46:01 +03:00
[PR #13] [MERGED] Add style option setext_with_atx_closed to header style rule MD003 #2648
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#2648
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?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/13
Author: @ciwchris
Created: 2/24/2016
Status: ✅ Merged
Merged: 2/25/2016
Merged by: @DavidAnson
Base:
master← Head:master📝 Commits (2)
32cd4feAdd style option setext_with_atx_closed to header style rule MD003d066811Conform to style guidelines in setext_with_atx_closed feature📊 Changes
4 files changed (+23 additions, -7 deletions)
View changed files
📝
doc/Rules.md(+6 -5)📝
lib/rules.js(+4 -2)➕
test/headers_good_setext_with_atx_closed.json(+6 -0)➕
test/headers_good_setext_with_atx_closed.md(+7 -0)📄 Description
Atx-style headers which are closed can now be used with setext style
headers, when at header level 3 or more.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.