mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 09:46:01 +03:00
[PR #1491] [CLOSED] Pr/1459 #1501
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#1501
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/1491
Author: @RAPTOR1OUS
Created: 2/13/2025
Status: ❌ Closed
Base:
main← Head:pr/1459📝 Commits (10+)
a1c000fStart doc page for new ruleddf030eAdd rule and test0a60d3dMove validLink check to micromark helperb575b03Add documentation for new rule443b77cAdd downcase and strip helper function9cee2dbUpdate all tests so they pass9fbf423Update tests47db690update rule description2b93c7eupdate snapshotse141567Rename no-generic-link-name to descriptive-link-text📊 Changes
42 files changed (+1107 additions, -182 deletions)
View changed files
📝
README.md(+3 -2)➕
doc-build/md059.md(+16 -0)📝
doc/Rules.md(+29 -0)➕
doc/md059.md(+26 -0)📝
lib/configuration-strict.d.ts(+24 -2)➕
lib/md059.mjs(+60 -0)📝
lib/rules.mjs(+3 -1)📝
schema/.markdownlint.jsonc(+7 -1)📝
schema/.markdownlint.yaml(+5 -0)📝
schema/build-config-schema.mjs(+12 -0)📝
schema/markdownlint-config-schema-strict.json(+40 -2)📝
schema/markdownlint-config-schema.json(+40 -2)📝
test/bare-urls.md(+1 -1)➕
test/descriptive-link-text-empty-config.md(+35 -0)➕
test/descriptive-link-text-override.md(+23 -0)➕
test/descriptive-link-text.md(+32 -0)📝
test/fixing-with-front-matter.md(+1 -1)📝
test/link-style-no-url-inline-not-possible.md(+1 -0)📝
test/link-style-no-url-inline-possible.md(+1 -0)📝
test/links-alternate.md(+2 -1)...and 22 more files
📄 Description
There are no open question or concerns. I there for i leave this link left as is this, links to go further, they take you to it.
For a further, look to the description companion. The final advice is maintain to service the link.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.