[GH-ISSUE #411] Is there an option to replace inlined 2/3 backticks with one? #341

Closed
opened 2026-03-03 01:25:52 +03:00 by kerem · 2 comments
Owner

Originally created by @tetafro on GitHub (Jul 28, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/411

I want to replace this

Hello ```world```

or this

Hello ``world``

with this

Hello `world`

Is it possible? Default settings don't do it, and I can't see any option for this.

Originally created by @tetafro on GitHub (Jul 28, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/411 I want to replace this ``` Hello ```world``` ``` or this ``` Hello ``world`` ``` with this ``` Hello `world` ``` Is it possible? Default settings don't do it, and I can't see any option for this.
kerem 2026-03-03 01:25:52 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Jul 28, 2021):

No. These are all correct and there is no rule like "preferred inline backtick count" today. I don't expect this is a common situation, or?

<!-- gh-comment-id:888399772 --> @DavidAnson commented on GitHub (Jul 28, 2021): No. These are all correct and there is no rule like "preferred inline backtick count" today. I don't expect this is a common situation, or?
Author
Owner

@tetafro commented on GitHub (Jul 29, 2021):

I don't expect this is a common situation

Agree. But unfortunately we have a project, where it's done everywhere :) I'm just trying to find an easy way to fix it.
Anyway, thanks for your answer.

<!-- gh-comment-id:888824989 --> @tetafro commented on GitHub (Jul 29, 2021): > I don't expect this is a common situation Agree. But unfortunately we have a project, where it's done everywhere :) I'm just trying to find an easy way to fix it. Anyway, thanks for your answer.
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#341
No description provided.