Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped backtick can cause MD033 #193

Closed
nschonni opened this issue Jun 3, 2019 · 1 comment
Closed

Escaped backtick can cause MD033 #193

nschonni opened this issue Jun 3, 2019 · 1 comment

Comments

@nschonni
Copy link
Contributor

nschonni commented Jun 3, 2019

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"``.
@DavidAnson
Copy link
Owner

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants