[PR #28] [MERGED] MD029 and MD030 should allow ordered list in blockquote #805

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/28
Author: @ohtake
Created: 9/7/2016
Status: Merged
Merged: 9/11/2016
Merged by: @DavidAnson

Base: masterHead: blockquote-ol


📝 Commits (1)

  • 84ff8bb MD029 and MD030 should allow ordered list in blockquote

📊 Changes

2 files changed (+12 additions, -3 deletions)

View changed files

📝 lib/rules.js (+3 -3)
test/ordered_list_in_blockquote.md (+9 -0)

📄 Description

The following md has MD029 (Ordered list item prefix).

> 1. The simplest ordered list in blockquote

Another example has MD027 (Multiple spaces after blockquote symbol), MD029, and MD030 (Spaces after list markers).

> 1. blockquote-ol-li
>    1. blockquote-ol-li-ol-li

This PR fixes MD029 and MD030.
MD027 is not fixed.


🔄 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/28 **Author:** [@ohtake](https://github.com/ohtake) **Created:** 9/7/2016 **Status:** ✅ Merged **Merged:** 9/11/2016 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `master` ← **Head:** `blockquote-ol` --- ### 📝 Commits (1) - [`84ff8bb`](https://github.com/DavidAnson/markdownlint/commit/84ff8bb6164d494f5d70fe58443ac226fafed07a) MD029 and MD030 should allow ordered list in blockquote ### 📊 Changes **2 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/rules.js` (+3 -3) ➕ `test/ordered_list_in_blockquote.md` (+9 -0) </details> ### 📄 Description The following md has MD029 (Ordered list item prefix). ``` md > 1. The simplest ordered list in blockquote ``` Another example has MD027 (Multiple spaces after blockquote symbol), MD029, and MD030 (Spaces after list markers). ``` md > 1. blockquote-ol-li > 1. blockquote-ol-li-ol-li ``` This PR fixes MD029 and MD030. MD027 is not fixed. --- <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:14 +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#805
No description provided.