[PR #1043] [MERGED] new table border rule (fixes #93) #1182

Closed
opened 2026-03-03 02:02:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1043
Author: @gabriel-check24
Created: 11/17/2023
Status: Merged
Merged: 12/5/2023
Merged by: @DavidAnson

Base: md055Head: next


📝 Commits (1)

📊 Changes

22 files changed (+23847 additions, -25 deletions)

View changed files

📝 .github/dictionary.txt (+1 -0)
📝 README.md (+2 -0)
📝 demo/markdownlint-browser.js (+61 -2)
doc-build/md055.md (+34 -0)
📝 doc/Rules.md (+43 -0)
doc/md055.md (+40 -0)
📝 lib/configuration.d.ts (+12 -0)
lib/md055.js (+27 -0)
📝 lib/rules.js (+2 -2)
📝 schema/.markdownlint.jsonc (+4 -1)
📝 schema/.markdownlint.yaml (+3 -0)
📝 schema/markdownlint-config-schema.json (+15 -0)
📝 test/break-all-the-rules.md (+4 -0)
📝 test/html-comment-in-markdown-table.md (+4 -0)
📝 test/long_lines_code.md (+0 -2)
📝 test/markdownlint-test.js (+10 -8)
📝 test/md033-cannot-read-property-of-undefined.md (+4 -0)
📝 test/snapshots/markdownlint-test-repos.js.md (+22757 -6)
📝 test/snapshots/markdownlint-test-repos.js.snap (+0 -0)
📝 test/snapshots/markdownlint-test-scenarios.js.md (+684 -4)

...and 2 more files

📄 Description

No description provided


🔄 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/1043 **Author:** [@gabriel-check24](https://github.com/gabriel-check24) **Created:** 11/17/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `md055` ← **Head:** `next` --- ### 📝 Commits (1) - [`035c1b2`](https://github.com/DavidAnson/markdownlint/commit/035c1b2dc0afd26068cddbac3c8f8d1f8cc56ff9) Add rule MD055/table-missing-border (fixes #93, refs #1039). ### 📊 Changes **22 files changed** (+23847 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.github/dictionary.txt` (+1 -0) 📝 `README.md` (+2 -0) 📝 `demo/markdownlint-browser.js` (+61 -2) ➕ `doc-build/md055.md` (+34 -0) 📝 `doc/Rules.md` (+43 -0) ➕ `doc/md055.md` (+40 -0) 📝 `lib/configuration.d.ts` (+12 -0) ➕ `lib/md055.js` (+27 -0) 📝 `lib/rules.js` (+2 -2) 📝 `schema/.markdownlint.jsonc` (+4 -1) 📝 `schema/.markdownlint.yaml` (+3 -0) 📝 `schema/markdownlint-config-schema.json` (+15 -0) 📝 `test/break-all-the-rules.md` (+4 -0) 📝 `test/html-comment-in-markdown-table.md` (+4 -0) 📝 `test/long_lines_code.md` (+0 -2) 📝 `test/markdownlint-test.js` (+10 -8) 📝 `test/md033-cannot-read-property-of-undefined.md` (+4 -0) 📝 `test/snapshots/markdownlint-test-repos.js.md` (+22757 -6) 📝 `test/snapshots/markdownlint-test-repos.js.snap` (+0 -0) 📝 `test/snapshots/markdownlint-test-scenarios.js.md` (+684 -4) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:02:18 +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#1182
No description provided.