标记
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==.