[GH-ISSUE #316] [New Rule Feature] Multiple blank block quote marks should be combined into one #2119

Open
opened 2026-03-07 20:04:46 +03:00 by kerem · 0 comments
Owner

Originally created by @yi-Xu-0100 on GitHub (Aug 12, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/316

Multiple blank block quotes should be merged into one, but there is no rule to check this issue. The following cases have no errors under the current rules. I hope that inspection and quick repair can be provided.

> Some references
>
>
>
> Some references

The content should be fixed to the following.

> Some references
>
> Some references
Originally created by @yi-Xu-0100 on GitHub (Aug 12, 2020). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/316 Multiple blank block quotes should be merged into one, but there is no rule to check this issue. The following cases have no errors under the current rules. I hope that inspection and quick repair can be provided. ``` md > Some references > > > > Some references ``` The content should be fixed to the following. ``` md > Some references > > Some references ```
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#2119
No description provided.