mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
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#832
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/243
Author: @jthomerson
Created: 12/29/2019
Status: ✅ Merged
Merged: 1/1/2020
Merged by: @DavidAnson
Base:
next← Head:fix-ul-indentation📝 Commits (1)
99af022Allow for first level indentation of lists (fixes #242).📊 Changes
7 files changed (+81 additions, -3 deletions)
View changed files
📝
doc/Rules.md(+5 -1)📝
lib/md007.js(+4 -2)📝
schema/build-config-schema.js(+5 -0)📝
schema/markdownlint-config-schema.json(+10 -0)➕
test/list-indentation-start-indented.json(+8 -0)➕
test/list-indentation-start-indented.md(+39 -0)📝
test/list-indentation.md(+10 -0)📄 Description
This is a proposed fix for #242. It should maintain backwards-compatibility, while allowing users like me to achieve our goal as well. If there's a different way you'd like it implemented, I'm happy to rework it with your direction.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.