[GH-ISSUE #206] MD038 triggered when backtick is in URL #176

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

Originally created by @nschonni on GitHub (Jul 10, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/206

EX:

The [`OnPlatform`](xref:Xamarin.Forms.OnPlatform`1) class is a generic class and must be instantiated with an `x:TypeArguments`

This is a weird MS xref link, but I think it triggers with any link with a backtick

The [`OnPlatform`](http://example.com/my`link) class is a generic class and must be instantiated with an `x:TypeArguments`
Originally created by @nschonni on GitHub (Jul 10, 2019). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/206 EX: ```md The [`OnPlatform`](xref:Xamarin.Forms.OnPlatform`1) class is a generic class and must be instantiated with an `x:TypeArguments` ``` This is a weird MS xref link, but I think it triggers with any link with a backtick ```md The [`OnPlatform`](http://example.com/my`link) class is a generic class and must be instantiated with an `x:TypeArguments` ```
kerem 2026-03-03 01:24:24 +03:00
Author
Owner

@DavidAnson commented on GitHub (Jul 10, 2019):

FYI, this can be worked around by escaping the embedded backtick with a backslash.

<!-- gh-comment-id:509927694 --> @DavidAnson commented on GitHub (Jul 10, 2019): FYI, this can be worked around by escaping the embedded backtick with a backslash.
Author
Owner

@nschonni commented on GitHub (Jul 10, 2019):

Yup, the other one I've done before is %60

<!-- gh-comment-id:509928339 --> @nschonni commented on GitHub (Jul 10, 2019): Yup, the other one I've done before is `%60`
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#176
No description provided.