剧透
小于 1 分钟
在你的 VuePress 站点中添加剧透文字。
配置
import { hopeTheme } from "vuepress-theme-hope";
export default {
theme: hopeTheme({
plugins: {
mdEnhance: {
spoiler: true,
},
},
}),
};
语法
使用 !! !!
标记剧透剧透文字。请注意两边需要有空格。
案例
VuePress Theme Hope 非常强大!
VuePress Theme Hope !!非常强大!!!