Skip to main content

@mdit/plugin-ins


Plugins to add insert tag support.

Usage

TS
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

Demo

VuePress Theme Hope is very powerful.

VuePress Theme Hope is ++very++ powerful.