diff --git a/Documentation/.vale/.vale-config/0-Hugo.ini b/Documentation/.vale/.vale-config/0-Hugo.ini index 3b014081dff8e766b3b5afc7eb8bd15433f234b7..b0d6257decb3ed4ba5a51e8808f2232cb59c7e29 100644 --- a/Documentation/.vale/.vale-config/0-Hugo.ini +++ b/Documentation/.vale/.vale-config/0-Hugo.ini @@ -1,8 +1,10 @@ [*.md] # Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}}) TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \ -(\[.+\]\({{< .+ >}}\)) +(\[.+\]\({{< .+ >}}\)), \ +({{[%<] .+ [%>]}}) # Exclude `{{< myshortcode `This is some <b>HTML</b>, ... >}}` BlockIgnores = (?sm)^({{[%<] [^{]*? [%>]}})\n$, \ -(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}}) +(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}}), \ +({{[%<] .+ [%>]}})