@mdit/plugin-ins
Plugins to add insert tag support.
Usage
import MarkdownIt from "markdown-it";
import { ins } from "@mdit/plugin-ins";
const mdIt = MarkdownIt().use(ins);
mdIt.render("VuePress Theme Hope is ++very++ powerful.");Syntax
Use ++ ++ to add <ins> tag.
Demo
VuePress Theme Hope is very powerful.
Demo
VuePress Theme Hope is ++very++ powerful.