mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #272] MD037 line break not supported #233
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#233
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 @regseb on GitHub (Apr 12, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/272
Hi,
Since 0.20.0, error MD037/no-space-in-emphasis (Spaces inside emphasis markers [Context: "* *"]) is displayed for this code:
I think the line break are not supported.
@DavidAnson commented on GitHub (Apr 12, 2020):
Sorry about that! I rewrote this rule and probably introduced this problem. I thought I had tests for multi-line, but they may not be good enough. I’ll have a look soon.
@DavidAnson commented on GitHub (Apr 12, 2020):
Definitely my bug and a regression. I have something better working now and hope to publish a patch this evening.