We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be806c commit d0cbe00Copy full SHA for d0cbe00
.vale.ini
@@ -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