File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ BasedOnStyles = Vale
3
3
4
4
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})
5
5
TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \
6
- (\[\w +\]\({{< .+ >}}\))
6
+ (\[. +\]\({{< .+ >}}\))
7
7
8
8
# Exclude `{{< myshortcode `This is some <b>HTML</b>, ... >}}`
9
9
BlockIgnores = (?sm)^({{[%<] [^{]*? [%>]}})\n$, \
Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ hidecaption
49
49
50
50
Shortcodes are non-standard markup that appears within normal Markdown.
51
51
52
+ [ Contact us] ({{< relref "contact/index.md" >}}) if you have any questions.
53
+
54
+ Shortcodes are non-standard markup that appears within normal Markdown.
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ test.md:38:1:Vale.Spelling:Did you really mean 'Shortcodes'?
11
11
test.md:42:1:Vale.Spelling:Did you really mean 'Shortcodes'?
12
12
test.md:46:1:Vale.Spelling:Did you really mean 'hidecaption'?
13
13
test.md:50:1:Vale.Spelling:Did you really mean 'Shortcodes'?
14
+ test.md:54:1:Vale.Spelling:Did you really mean 'Shortcodes'?
You can’t perform that action at this time.
0 commit comments