logo
努力加载中 ……

Markup

原创shentuzhigang11/3/2021, 7:42:57 AM45a few seconds

Make Markdown files in your VuePress site support markup.

Configuration

module.exports = {
  plugins: [
    [
      "markdown-enhance",
      {
        // open tag
        mark: true,
      },
    ],
  ],
};

Syntax

Use == == to mark.

Demo

Mr. Hope is handsome.

Mr. Hope is ==handsome==.