mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #411] Is there an option to replace inlined 2/3 backticks with one? #341
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#341
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 @tetafro on GitHub (Jul 28, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/411
I want to replace this
or this
with this
Is it possible? Default settings don't do it, and I can't see any option for this.
@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?
@tetafro commented on GitHub (Jul 29, 2021):
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.