[GH-ISSUE #482] MD039 fix removing backticks #2243

Closed
opened 2026-03-07 20:05:56 +03:00 by kerem · 0 comments
Owner

Originally created by @nschonni on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/482

When fixing this line

To use this API, you need to have the `"downloads"`[ API permission](/en-US/docs/Web/API/Permissions#api_permissions) specified in your[ `manifest.json`](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) file.

It strips the backticks on the second link

To use this API, you need to have the `"downloads"`[API permission](/en-US/docs/Web/API/Permissions#api_permissions) specified in your[manifest.json](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) file.

Related to https://github.com/DavidAnson/markdownlint/issues/481, it would be nicer to have a smarter "fix" around shifting the space, but that's a separate feature request😄

Originally created by @nschonni on GitHub (Jan 18, 2022). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/482 When fixing this line ```mx To use this API, you need to have the `"downloads"`[ API permission](/en-US/docs/Web/API/Permissions#api_permissions) specified in your[ `manifest.json`](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) file. ``` It strips the backticks on the second link ```md To use this API, you need to have the `"downloads"`[API permission](/en-US/docs/Web/API/Permissions#api_permissions) specified in your[manifest.json](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) file. ``` Related to https://github.com/DavidAnson/markdownlint/issues/481, it would be nicer to have a smarter "fix" around shifting the space, but that's a separate feature request😄
kerem 2026-03-07 20:05:56 +03:00
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#2243
No description provided.