mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #354] MD037/no-space-in-emphasis: Warning #298
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#298
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 @tobse80 on GitHub (Dec 10, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/354
Description
Look at e.g. the following line:
The line is rendered correctly, but markdown triggers a "MD037/no-space-in-emphasis" warning for the
_funcion() is _part:Expected behaviour
No MD037 warning, as there is no such "space in emphasis" situation.
Affected version
markdownlint v0.38.0
Additional info
Visual Studio Code
Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
Date: 2020-11-10T23:34:32.027Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.16299
@DavidAnson commented on GitHub (Dec 10, 2020):
This appears to be a duplicate of https://github.com/DavidAnson/markdownlint/issues/324 which includes a few workarounds.