Mark
Less than 1 minute
Highlight content with <mark>
tag in your VuePress site.
Settings
import { hopeTheme } from "vuepress-theme-hope";
export default {
theme: hopeTheme({
plugins: {
mdEnhance: {
mark: true,
},
},
}),
};
Syntax
Use == ==
to mark.
Demo
VuePress Theme Hope is powerful.
VuePress Theme Hope is ==powerful==.