mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[PR #191] [MERGED] Allow trailing spaces in code blocks #822
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#822
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/191
Author: @wouter-admiraal-sonarsource
Created: 5/24/2019
Status: ✅ Merged
Merged: 5/29/2019
Merged by: @DavidAnson
Base:
next← Head:master📝 Commits (2)
2e391a5Allow trailing spaces in code blocks2722940fixup! Allow trailing spaces in code blocks📊 Changes
4 files changed (+17 additions, -3 deletions)
View changed files
📝
lib/md009.js(+4 -2)📝
test/code_block_fenced.md(+6 -0)📝
test/code_block_indented.md(+5 -1)📝
test/trailing_spaces_br.md(+2 -0)📄 Description
As discussed in #190.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.