mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[PR #28] [MERGED] MD029 and MD030 should allow ordered list in blockquote #805
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#805
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:blockquote-ol📝 Commits (1)
84ff8bbMD029 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).
Another example has MD027 (Multiple spaces after blockquote symbol), MD029, and MD030 (Spaces after list markers).
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.