[PR #13] [MERGED] Add style option setext_with_atx_closed to header style rule MD003 #802

Closed
opened 2026-03-03 01:30:13 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • 32cd4fe Add style option setext_with_atx_closed to header style rule MD003
  • d066811 Conform 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.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/13 **Author:** [@ciwchris](https://github.com/ciwchris) **Created:** 2/24/2016 **Status:** ✅ Merged **Merged:** 2/25/2016 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`32cd4fe`](https://github.com/DavidAnson/markdownlint/commit/32cd4feaea03d425f549e3bb9f1c00abd77ff13b) Add style option setext_with_atx_closed to header style rule MD003 - [`d066811`](https://github.com/DavidAnson/markdownlint/commit/d06681198a1811bc1ebfc8adcdf4e7d6365158ab) Conform to style guidelines in setext_with_atx_closed feature ### 📊 Changes **4 files changed** (+23 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Atx-style headers which are closed can now be used with setext style headers, when at header level 3 or more. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:30:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#802
No description provided.