[PR #128] [CLOSED] Added md046 sentences-per-line #2670

Closed
opened 2026-03-07 20:10:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/128
Author: @JoshuaKGoldberg
Created: 6/22/2018
Status: Closed

Base: masterHead: sentences-per-line


📝 Commits (1)

  • 56643d9 Added md046 sentences-per-line

📊 Changes

6 files changed (+140 additions, -43 deletions)

View changed files

📝 README.md (+52 -42)
📝 doc/Rules.md (+15 -0)
lib/md046.js (+40 -0)
📝 lib/rules.js (+2 -1)
📝 schema/markdownlint-config-schema.json (+10 -0)
test/sentences-per-line.md (+21 -0)

📄 Description

Complains if a line contains a second period followed by a space and an [A-Z|a-z] character. Ignores ``` and ` code blocks.

My build locally fails with 76 commits on master, so I couldn't easily figure out how to add tests. Filed #127.


🔄 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/128 **Author:** [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) **Created:** 6/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sentences-per-line` --- ### 📝 Commits (1) - [`56643d9`](https://github.com/DavidAnson/markdownlint/commit/56643d90db3fb655d54006ca88b9c20844e57d6d) Added md046 sentences-per-line ### 📊 Changes **6 files changed** (+140 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+52 -42) 📝 `doc/Rules.md` (+15 -0) ➕ `lib/md046.js` (+40 -0) 📝 `lib/rules.js` (+2 -1) 📝 `schema/markdownlint-config-schema.json` (+10 -0) ➕ `test/sentences-per-line.md` (+21 -0) </details> ### 📄 Description Complains if a line contains a second period followed by a space and an [A-Z|a-z] character. Ignores <code>```</code> and <code>`</code> code blocks. My build locally fails with `76` commits on `master`, so I couldn't easily figure out how to add tests. Filed #127. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:10:00 +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#2670
No description provided.