[PR #101] [CLOSED] Adding a new rule, no-alt-text as per Issue #75 #814

Closed
opened 2026-03-03 01:30:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/101
Author: @Duncanma
Created: 12/30/2017
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 7e3e671 Adding a new rule, no-alt-text as per Issue #75
  • d3b0e1e Update as per feedback from maintainer
  • ae443f0 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/101 **Author:** [@Duncanma](https://github.com/Duncanma) **Created:** 12/30/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7e3e671`](https://github.com/DavidAnson/markdownlint/commit/7e3e671eeb5373031cd211686b556deaaf590d89) Adding a new rule, no-alt-text as per Issue #75 - [`d3b0e1e`](https://github.com/DavidAnson/markdownlint/commit/d3b0e1eea229eb15dd35ba2054bdcd6c0ded3bcb) Update as per feedback from maintainer - [`ae443f0`](https://github.com/DavidAnson/markdownlint/commit/ae443f02addef206e88e0a27e5881cfec2d2cff0) add additional test for reference syntax of images (fixes #75) ### 📊 Changes **8 files changed** (+94 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Request was for a new rule to check for missing alt text in markdown image syntax --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:30:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#814
No description provided.