[PR #212] [MERGED] Rules: update MD032 removing deprecated paragraph #2672

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/212
Author: @mebeim
Created: 8/6/2019
Status: Merged
Merged: 8/6/2019
Merged by: @DavidAnson

Base: masterHead: rules-update


📝 Commits (1)

  • f75565c Rules: update MD032 removing deprecated paragraph (fixes #211).

📊 Changes

1 file changed (+0 additions, -11 deletions)

View changed files

📝 doc/Rules.md (+0 -11)

📄 Description

Closes #211.

Also, I was wondering about this paragraph:

This rule is triggered when lists (of any kind) are either not preceded or not
followed by a blank line

Some text
* Some
* List

1. Some
2. List
Some text

Doesn't the fact that "lazy continuation" is allowed basically contradict the second part of this sentence? In other words, would a final list item not followed by a blank line always be treated as lazy continuation and therefore never trigger this rule?


🔄 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/212 **Author:** [@mebeim](https://github.com/mebeim) **Created:** 8/6/2019 **Status:** ✅ Merged **Merged:** 8/6/2019 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `master` ← **Head:** `rules-update` --- ### 📝 Commits (1) - [`f75565c`](https://github.com/DavidAnson/markdownlint/commit/f75565c3923d0fddc37b27d8e4a0bd40f981315a) Rules: update MD032 removing deprecated paragraph (fixes #211). ### 📊 Changes **1 file changed** (+0 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `doc/Rules.md` (+0 -11) </details> ### 📄 Description Closes #211. Also, I was wondering about this paragraph: > This rule is triggered when lists (of any kind) are either not preceded **or not followed by a blank line** > > ```markdown > Some text > * Some > * List > > 1. Some > 2. List > Some text > ``` Doesn't the fact that "lazy continuation" is allowed basically contradict the second part of this sentence? In other words, would a final list item *not* followed by a blank line always be treated as lazy continuation and therefore never trigger this rule? --- <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:01 +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#2672
No description provided.