Mark
Mr.Hope ... Less than 1 minute
# Mark
Make Markdown files in your VuePress site support markup.
# Configuration
module.exports = {
plugins: [
[
"md-enhance",
{
// open tag
mark: true,
},
],
],
};
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
# Syntax
Use == ==
to mark.
# Case
Mr. Hope is handsome.
Mr. Hope is ==handsome==.
1