Mark
Less than 1 minute
Highlight content with <mark>
tag in your VuePress site.
Settings
import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";
export default {
plugins: [
mdEnhancePlugin({
// enable mark
mark: true,
}),
],
};
Syntax
Use == ==
to mark.
Demo
VuePress Theme Hope is powerful.
VuePress Theme Hope is ==powerful==.