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 d183b8e commit 801f0c7Copy full SHA for 801f0c7
.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]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+`
16
# Ignore HTML comments and Markdown code blocks
17
BlockIgnores = (?s) (<!--.*?-->)|(```.*?```)
18
0 commit comments