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