mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +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#3636
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/1903
Author: @non-zero-sum
Created: 12/28/2025
Status: ❌ Closed
Base:
next← Head:next📝 Commits (1)
cbffa81feat: add/remove leading/trailing piples for MD055 errors (fixes #1902).📊 Changes
17 files changed (+5818 additions, -709 deletions)
View changed files
📝
doc/Rules.md(+2 -0)📝
doc/md055.md(+2 -0)📝
lib/constants.mjs(+1 -1)📝
lib/md055.mjs(+35 -9)📝
test/snapshots/markdownlint-test-custom-rules.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-exports.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-micromark.mjs.snap(+0 -0)📝
test/snapshots/markdownlint-test-scenarios.mjs.md(+5370 -675)📝
test/snapshots/markdownlint-test-scenarios.mjs.snap(+0 -0)📝
test/table-pipe-style-explicit-both.md(+51 -3)📝
test/table-pipe-style-explicit-leading.md(+51 -3)📝
test/table-pipe-style-explicit-none.md(+51 -3)📝
test/table-pipe-style-explicit-trailing.md(+51 -3)📝
test/table-pipe-style-implicit-both.md(+51 -3)📝
test/table-pipe-style-implicit-leading.md(+51 -3)📝
test/table-pipe-style-implicit-none.md(+51 -3)📝
test/table-pipe-style-implicit-trailing.md(+51 -3)📄 Description
Adds fix to MD055 as per #1902
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.