GFM 警告
小于 1 分钟
主题可以提供 GFM 警告支持。
配置
import { hopeTheme } from "vuepress-theme-hope";
export default {
theme: hopeTheme({
plugins: {
markdownHint: {
// 启用 GFM 警告
alert: true,
},
},
}),
};
警告案例
重要
重要文字
相关信息
信息文字
提示
提示文字
注意
注意文字
警告
警告文字
注
注释文字
> [!important]
> 重要文字
> [!info]
> 信息文字
> [!tip]
> 提示文字
> [!warning]
> 注意文字
> [!caution]
> 警告文字
> [!note]
> 注释文字