标记
小于 1 分钟
让你的 VuePress 站点中的 Markdown 文件支持标记。
配置
import { defineUserConfig } from "vuepress";
import { hopeTheme } from "vuepress-theme-hope";
export default defineUserConfig({
theme: hopeTheme({
markdown: {
mark: true,
},
}),
});
语法
使用 == ==
进行标记。请注意两边需要有空格。
案例
VuePress Theme Hope 非常 强大!
VuePress Theme Hope ==非常== 强大!