We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbc894 commit 5938e02Copy full SHA for 5938e02
.vale.ini
@@ -12,7 +12,7 @@ mdx = md
12
[*.md]
13
BasedOnStyles = Vale, Apify, write-good, Microsoft
14
# Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code
15
-TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*})
+TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*})
16
# Ignore HTML comments and Markdown code blocks
17
BlockIgnores = (?s) (<!--.*?-->)|(```.*?```)
18
0 commit comments