[GH-ISSUE #272] MD037 line break not supported #233

Closed
opened 2026-03-03 01:24:56 +03:00 by kerem · 2 comments
Owner

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:

*one
two* *three*

I think the line break are not supported.

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: ```markdown *one two* *three* ``` I think the line break are not supported.
kerem 2026-03-03 01:24:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:612649112 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:612679174 --> @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.
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#233
No description provided.