mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 09:46:01 +03:00
[PR #54] [CLOSED] Split rule documentation into separate files #807
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#807
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/54
Author: @pascalberger
Created: 4/6/2017
Status: ❌ Closed
Base:
master← Head:rule-doc-splitting📝 Commits (1)
1811d15Split rule documentation into separate files📊 Changes
42 files changed (+1139 additions, -1186 deletions)
View changed files
📝
README.md(+40 -42)➕
doc/MD001.md(+29 -0)➕
doc/MD002.md(+22 -0)➕
doc/MD003.md(+39 -0)➕
doc/MD004.md(+36 -0)➕
doc/MD005.md(+21 -0)➕
doc/MD006.md(+36 -0)➕
doc/MD007.md(+38 -0)➕
doc/MD009.md(+19 -0)➕
doc/MD010.md(+27 -0)➕
doc/MD011.md(+19 -0)➕
doc/MD012.md(+27 -0)➕
doc/MD013.md(+22 -0)➕
doc/MD014.md(+34 -0)➕
doc/MD018.md(+19 -0)➕
doc/MD019.md(+19 -0)➕
doc/MD020.md(+21 -0)➕
doc/MD021.md(+22 -0)➕
doc/MD022.md(+29 -0)➕
doc/MD023.md(+20 -0)...and 22 more files
📄 Description
Split rule documentation into separate files. This allows to easily link to individual rules, compared to before where there was not only the rule number, but also a description in the anchor. This allows also to automatically generate links to rule documentation if rule number is known.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.