Skip to content

Commit d8b48b3

Browse files
Merge pull request #1914 from fluent/alexakreizinger/sc-141990/fluent-bit-vale-rules-remove-note
2 parents ac23946 + 7f9839d commit d8b48b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vale-styles/FluentBit/Hints.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
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"
3+
level: suggestion
4+
nonword: true
5+
scope: raw
6+
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'

0 commit comments

Comments
 (0)