提示块支持多种样式:Note、Warning、Info、Tip、Check、Danger,或创建你自己的自定义提示块:
在内容中添加一条注释
<Note>This adds a note in the content</Note>
指出需要留意的警告
<Warning>This raises a warning to watch out for</Warning>
突出显示重要信息
<Info>This draws attention to important information</Info>
提供一个实用的小提示
<Tip>This suggests a helpful tip</Tip>
表示已通过检查的状态
<Check>This brings us a checked status</Check>
这是一个危险提示
<Danger>This is a danger callout</Danger>
这是一个自定义提示块
<Callout icon="key" color="#FFC107" iconType="regular">This is a custom callout</Callout>