Markup

Mr.Hope ... 2020-4-29 Less than 1 minute

Make Markdown files in your VuePress site support markup.

# Config







 





module.exports = {
  plugins: [
    [
      "md-enhance",
      {
        // open tag
        mark: true,
      },
    ],
  ],
};
1
2
3
4
5
6
7
8
9
10
11

# Syntax

Use == == to mark.

# Demo

VuePress Theme Hope is powerful.

VuePress Theme Hope is ==powerful==.
1
Last update: June 4, 2022 13:16
Contributors: Mr.Hope , Mr.Hope