[GH-ISSUE #444] Raise of rule MD037 in correct situation #2215

Closed
opened 2026-03-07 20:05:38 +03:00 by kerem · 2 comments
Owner

Originally created by @rfresow on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/444

The rule MD037 - Spaces inside emphasis markers is raised in the following correct situation:

New_value is old_value and new_value.

Using v0.44.4.

image

Originally created by @rfresow on GitHub (Oct 14, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/444 The rule *MD037 - Spaces inside emphasis markers* is raised in the following correct situation: New_value is *old_value* and *new_value*. Using v0.44.4. ![image](https://user-images.githubusercontent.com/4982940/137268452-7a6d6792-3881-4b0a-a65a-87643af08a27.png)
kerem 2026-03-07 20:05:38 +03:00
Author
Owner

@DavidAnson commented on GitHub (Oct 14, 2021):

You could escape the "_" characters to prevent this. It thinks they represent an embedded emphasis. While that wouldn't be possible in valid Markdown, this rule assumes it may be looking at invalid Markdown.

<!-- gh-comment-id:943472617 --> @DavidAnson commented on GitHub (Oct 14, 2021): You could escape the "_" characters to prevent this. It thinks they represent an embedded emphasis. While that wouldn't be possible in valid Markdown, this rule assumes it may be looking at invalid Markdown.
Author
Owner

@DavidAnson commented on GitHub (Dec 18, 2021):

Note to self: See also #408.

<!-- gh-comment-id:997142020 --> @DavidAnson commented on GitHub (Dec 18, 2021): Note to self: See also #408.
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#2215
No description provided.