StylesPath = _vale MinAlertLevel = suggestion Vocab = Docker [*.md] BasedOnStyles = Vale, Docker # Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}}) TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \ (\[.+\]\({{< .+ >}}\)), \ [^\S\r\n]({{[%<] \w+ .+ [%>]}})\s, \ [^\S\r\n]({{[%<](?:/\*) .* (?:\*/)[%>]}})\s, \ (?sm)({{[%<] .*?\s[%>]}}) # Exclude `{{< myshortcode `This is some HTML, ... >}}` BlockIgnores = (?sm)^({{[%<] \w+ [^{]*?\s[%>]}})\n$, \ (?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}})