Open gabeseltzer opened 2 days ago
The error error message you show above is not coming from this tool. You can see that your example produces no violations: https://dlaa.me/markdownlint/#%25m%23%20Issue%201418%0A%0A%3E%20%5B!NOTE%5D%0A%3E%20Useful%20information%0A
It looks like the message you show is coming from VS Code instead: https://stackoverflow.com/questions/75252767/have-vscode-ignore-specific-reference-links-in-markdown-validation
GitHub uses the following syntax for "Alerts":
markdownlint will flag the
[!NOTE]
as a link, and will tell youNo link definition found: '!NOTE'(link.no-such-reference)
. Can we turn this off for the keywords that make up alerts? Specifically:[!NOTE]
[!TIP]
[!IMPORTANT]
[!WARNING]
[!CAUTION]