[GH-ISSUE #278] [bug]: MD037 can not ignore * in code blocks #238

Closed
opened 2026-03-03 01:25:00 +03:00 by kerem · 1 comment
Owner

Originally created by @Mister-Hope on GitHub (Apr 24, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/278

上面代码中的`export *`,表示再输出 `circle` 模块的所有属性和方法。注意,`export *`命令会忽略`circle`模块的`default`方法。

Got error MD037/no-space-in-emphasis: Spaces inside emphasis markers

Originally created by @Mister-Hope on GitHub (Apr 24, 2020). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/278 ``` 上面代码中的`export *`,表示再输出 `circle` 模块的所有属性和方法。注意,`export *`命令会忽略`circle`模块的`default`方法。 ``` Got error `MD037/no-space-in-emphasis: Spaces inside emphasis markers`
kerem 2026-03-03 01:25:00 +03:00
Author
Owner

@DavidAnson commented on GitHub (Apr 24, 2020):

Sorry, this is a consequence of reimplementing the rule to add some other behavior.

More examples here: https://github.com/DavidAnson/vscode-markdownlint/issues/113

<!-- gh-comment-id:619096354 --> @DavidAnson commented on GitHub (Apr 24, 2020): Sorry, this is a consequence of reimplementing the rule to add some other behavior. More examples here: https://github.com/DavidAnson/vscode-markdownlint/issues/113
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#238
No description provided.