diff --git a/vale-styles/FluentBit/Hints.yml b/vale-styles/FluentBit/Hints.yml new file mode 100644 index 000000000..c023a4a39 --- /dev/null +++ b/vale-styles/FluentBit/Hints.yml @@ -0,0 +1,15 @@ +extends: existence +message: "Instead of using `>` to call out information, use GitBook hint syntax. https://gitbook.com/docs/creating-content/blocks/hint#representation-in-markdown" +level: suggestion +nonword: true +scope: raw +tokens: + - '> \**_*(?i)note' + - '> \**_*(?i)caution' + - '> \**_*(?i)warning' + - '> \**_*(?i)danger' + - '> \**_*(?i)important' + - '> \**_*(?i)info' + - '> \**_*(?i)hint' + - '> \**_*(?i)tip' + - '> \**_*(?i)success'