diff --git a/.vale.ini b/.vale.ini index c1a4ee7cbd..9ff3cc5958 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,6 +1,6 @@ StylesPath = .github/styles MinAlertLevel = warning -IgnoredScopes = code, tt, table, tr, td, frontmatter +IgnoredScopes = code, tt, table, tr, td, frontmatter, link, alt Vocab = Docs @@ -11,8 +11,8 @@ mdx = md [*.md] BasedOnStyles = Vale, Apify, write-good, Microsoft -# Ignore URLs, HTML/XML tags, lines with =, Markdown links, emails, curly braces, inline code -TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), (\[[^\]]+\]\([^\)]+\)), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+` +# Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code +TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+` # Ignore HTML comments and Markdown code blocks BlockIgnores = (?s) ()|(```.*?```) Vale.Spelling = YES