зеркало из https://github.com/docker/docs.git
18 строки
528 B
INI
18 строки
528 B
INI
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 <b>HTML</b>, ... >}}`
|
|
BlockIgnores = (?sm)^({{[%<] \w+ [^{]*?\s[%>]}})\n$, \
|
|
(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}})
|