Is your feature request related to a problem? Please describe.
I believe manuals of many (physical) products treat Caution as less serious than Warning:

From: https://www.muirgraphics.com/2016/08/difference-life-death-choosing-right-safety-signal-words/

From: http://www.overheadlifting.org/understanding-safety-signs-and-overhead-lifting-equipment-hazards/

From: http://www.ishiimark.co.jp/s-label-top.html
However, VitePress (and GitHub) sets Caution's color as red, which gives the reader the mistaken impression that it is more serious than Warning.
https://vitepress.dev/guide/markdown#github-flavored-alerts
I believe that it is GitHub's fault and mistake that the color of Caution is set to red.
Describe the solution you'd like
Make the color of Caution red to make it look less serious than Warning.
It can be opt-in or opt-out to keep compatibility with GitHub.
You can newly append Danger to represent a red alert.
Describe alternatives you've considered
Use:
Additional context
Rspress does not accept Caution but adopts Danger as the red color.
Docusaurus also supports Danger.
Validations
Is your feature request related to a problem? Please describe.
I believe manuals of many (physical) products treat Caution as less serious than Warning:
From: https://www.muirgraphics.com/2016/08/difference-life-death-choosing-right-safety-signal-words/
From: http://www.overheadlifting.org/understanding-safety-signs-and-overhead-lifting-equipment-hazards/
From: http://www.ishiimark.co.jp/s-label-top.html
However, VitePress (and GitHub) sets Caution's color as red, which gives the reader the mistaken impression that it is more serious than Warning.
https://vitepress.dev/guide/markdown#github-flavored-alerts
I believe that it is GitHub's fault and mistake that the color of Caution is set to red.
Describe the solution you'd like
Make the color of Caution red to make it look less serious than Warning.
It can be opt-in or opt-out to keep compatibility with GitHub.
You can newly append Danger to represent a red alert.
Describe alternatives you've considered
Use:
Additional context
Rspress does not accept Caution but adopts Danger as the red color.
Docusaurus also supports Danger.
Validations