[GH-ISSUE #193] Escaped backtick can cause MD033 #166

Closed
opened 2026-03-03 01:24:20 +03:00 by kerem · 1 comment
Owner

Originally created by @nschonni on GitHub (Jun 3, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/193

The following triggers because it sees the escaped backtick as part of the HTML escaping

If the type is a generic type, its name is decorated by a grave accent symbol (\`) followed by its number of generic parameters. For example, the `Name` attribute of a `<Type>` element for the <xref:System.Collections.Generic.List%601?displayProperty=nameWithType> class appears as ``Name="System.Collections.Generic.List`1"``.
Originally created by @nschonni on GitHub (Jun 3, 2019). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/193 The following triggers because it sees the escaped backtick as part of the HTML escaping ```md If the type is a generic type, its name is decorated by a grave accent symbol (\`) followed by its number of generic parameters. For example, the `Name` attribute of a `<Type>` element for the <xref:System.Collections.Generic.List%601?displayProperty=nameWithType> class appears as ``Name="System.Collections.Generic.List`1"``. ```
kerem 2026-03-03 01:24:20 +03:00
Author
Owner
<!-- gh-comment-id:498085019 --> @DavidAnson commented on GitHub (Jun 3, 2019): Thanks! Simplified example: https://dlaa.me/markdownlint/#%25m%23%20Issue%20193%0A%0AA%20grave%20accent%20symbol%20(%5C%60)%20followed%20by%20a%20%60%3CType%3E%60%20element.%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#166
No description provided.