跳至主要內容

标记

小于 1 分钟MarkdownMarkdown标记

让你的 VuePress 站点中的 Markdown 文件支持标记。

配置

import { hopeTheme } from "vuepress-theme-hope";

export default {
  theme: hopeTheme({
    plugins: {
      mdEnhance: {
        mark: true,
      },
    },
  }),
};






 




语法

使用 == == 进行标记。请注意两边需要有空格。

案例

VuePress Theme Hope 非常 强大!

VuePress Theme Hope ==非常== 强大!