Mark
Mr.Hope ... 2021-2-25 Less than 1 minute
Make Markdown files in your VuePress site support mark.
# Configuration
module.exports = {
themeConfig: {
mdEnhance: {
mark: true,
},
},
};
1
2
3
4
5
6
7
2
3
4
5
6
7
# Syntax
Use == ==
to mark.
# Case
Mr. Hope is handsome.
Mr. Hope is ==handsome==.
1