mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #1181] MD009: Add option to remove trailing spaces in code blocks #2481
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#2481
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?
Originally created by @verhovsky on GitHub (Apr 20, 2024).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1181
but I want to format code in languages that don't require it. You could even do something similar to MD010 where I can pass a list of languages that would disable removing trailing spaces and flag them in any other code blocks, including unmarked ones.