Skip to content

Commit f393266

Browse files
expand hint-related tests (#2303)
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 1cfd26c commit f393266

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

vale-styles/FluentBit/Hints.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
extends: existence
2-
message: "Instead of using `>` to call out information, use GitBook hint syntax. https://gitbook.com/docs/creating-content/blocks/hint#representation-in-markdown"
2+
message: "To call out information, use GitBook hint syntax. https://gitbook.com/docs/creating-content/blocks/hint#representation-in-markdown"
33
level: error
44
nonword: true
55
scope: raw
66
tokens:
7-
- '> \**_*(?i)note'
8-
- '> \**_*(?i)caution'
9-
- '> \**_*(?i)warning'
10-
- '> \**_*(?i)danger'
11-
- '> \**_*(?i)important'
12-
- '> \**_*(?i)info'
13-
- '> \**_*(?i)hint'
14-
- '> \**_*(?i)tip'
15-
- '> \**_*(?i)success'
7+
- '(> |^| )\**_*(?i)note:*\**_*:*'
8+
- '(> |^| )\**_*(?i)caution:*\**_*:*'
9+
- '(> |^| )\**_*(?i)warning:*\**_*:*'
10+
- '(> |^| )\**_*(?i)danger:*\**_*:*'
11+
- '(> |^| )\**_*(?i)important:*\**_*:*'
12+
- '(> |^| )\**_*(?i)info:*\**_*:*'
13+
- '(> |^| )\**_*(?i)hint:*\**_*:*'
14+
- '(> |^| )\**_*(?i)tip:*\**_*:*'
15+
- '(> |^| )\**_*(?i)success:*\**_*:*'

0 commit comments

Comments
 (0)