Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise of rule MD037 in correct situation #444

Closed
rfresow opened this issue Oct 14, 2021 · 2 comments
Closed

Raise of rule MD037 in correct situation #444

rfresow opened this issue Oct 14, 2021 · 2 comments

Comments

@rfresow
Copy link

rfresow commented Oct 14, 2021

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

@DavidAnson
Copy link
Owner

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.

@DavidAnson DavidAnson transferred this issue from DavidAnson/vscode-markdownlint Oct 14, 2021
@DavidAnson DavidAnson added the bug label Oct 14, 2021
@DavidAnson
Copy link
Owner

Note to self: See also #408.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants