mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +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#2664
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/101
Author: @Duncanma
Created: 12/30/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
7e3e671Adding a new rule, no-alt-text as per Issue #75d3b0e1eUpdate as per feedback from maintainerae443f0add additional test for reference syntax of images (fixes #75)📊 Changes
8 files changed (+94 additions, -5 deletions)
View changed files
📝
README.md(+3 -0)📝
doc/Rules.md(+10 -0)📝
lib/rules.js(+18 -0)📝
schema/markdownlint-config-schema.json(+20 -0)📝
test/detailed-results-MD041-MD050.md(+8 -0)📝
test/detailed-results-MD041-MD050.results.json(+28 -1)📝
test/markdownlint-test.js(+4 -4)➕
test/no-alt-text.md(+3 -0)📄 Description
Request was for a new rule to check for missing alt text in markdown image syntax
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.