@ver5/markdown-it-fence
v1.0.0
Published
align plugin for markdown-it
Downloads
3
Readme
@ver5/markdown-it-fence
markdown-it code fence plugin to get the original code fence info, even
安装
pnpm install -g @ver5/markdown-it-fence
usage
import { fencePlugin } from "@ver5/markdown-it-fence";
md.use(fencePlugin)
inject a new property _info
to the token, which contains the original code fence info.
you can use it for other plugin