[GH-ISSUE #277] MD038 conflict with prettier #2083

Closed
opened 2026-03-07 20:04:23 +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/277

Prettier V2 prefer:

`` Ctrl + ` ``

while your plugin prefer:

``Ctrl + ` ``

Each of you have a reason for doing these. (So I can not tell who is better)But I really hope you two do not conflict with each other.

Can you follow prettier's lint behavior or convince prettier to change in to your way? Thanks.

BTW, this plugin is really nice.

Originally created by @Mister-Hope on GitHub (Apr 24, 2020). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/277 Prettier V2 prefer: ```md `` Ctrl + ` `` ``` while your plugin prefer: ```md ``Ctrl + ` `` ``` Each of you have a reason for doing these. (So I can not tell who is better)But I really hope you two do not conflict with each other. Can you follow prettier's lint behavior or convince prettier to change in to your way? Thanks. BTW, this plugin is really nice.
kerem 2026-03-07 20:04:23 +03:00
Author
Owner

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

Thanks! I think prettier is right. This scenario should already be supported by the library, but the spaces inside the string seem to be leading it to report a violation. I will look into this.

Example of this pattern being allowed without spaces inside the stream: https://dlaa.me/markdownlint/#%25m%23%20Issue%20277%0A%0A%60%60%20Ctrl%2B%60%20%60%60%0A

<!-- gh-comment-id:619093034 --> @DavidAnson commented on GitHub (Apr 24, 2020): Thanks! I think prettier is right. This scenario should already be supported by the library, but the spaces inside the string seem to be leading it to report a violation. I will look into this. Example of this pattern being allowed without spaces inside the stream: https://dlaa.me/markdownlint/#%25m%23%20Issue%20277%0A%0A%60%60%20Ctrl%2B%60%20%60%60%0A
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#2083
No description provided.