Skip to content

Commit d0cbe00

Browse files
authored
Create .vale.ini
1 parent 1be806c commit d0cbe00

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vale.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[*.md]
2+
# Exclude `{{< file >}}`, `{{< file-excerpt >}}`, `{{< output >}}`,
3+
# and `{{< highlight ... >}}`.
4+
#
5+
# For a description (and unit tests) for these patterns see:
6+
# https://regex101.com/r/m9klBv/3/tests
7+
IgnorePatterns = (?s) *({{< output >}}.*?{{< ?/ ?output >}}), \
8+
(?s) *({{< ?file [^>]* ?>}}.*?{{< ?/ ?file ?>}}), \
9+
(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}}), \
10+
(?s) *({{< image .*? >}}), \
11+
(?s) *({{< content .*? >}})

0 commit comments

Comments
 (0)