@mdit/plugin-mark
Plugins to mark and highlight contents.
Usage
import MarkdownIt from "markdown-it";
import { mark } from "@mdit/plugin-mark";
const mdIt = MarkdownIt().use(mark);
mdIt.render("VuePress Theme Hope is ==powerful==.");Syntax
Use == == to mark.
Demo
VuePress Theme Hope is powerful.
Demo
VuePress Theme Hope is ==powerful==.