vpress-mdi-details

markdown-it plugins for vitepress

ISC 19 个版本
安装
npm install vpress-mdi-details
yarn add vpress-mdi-details
pnpm add vpress-mdi-details
bun add vpress-mdi-details
README

vitepress markdown for details and mermaid

steps

  1. use mpress-mdi-details.details
  2. use mpress-mdi-details.mermaid
  3. load mermadjs in Layout
  4. mermaid.init in enhanceApp

containers - tip

::: tip

This is a tip

:::

containers - details

::: details code use mermaid as language

pie title Pets adopted by volunteers

:::

mermaids

graphs fence

graph TB
    T-->B
graph LR
    L-->R
graph BT
    B-->T
graph RL
    R-->L

graphs component

版本列表
1.1.9 2020-07-16
1.1.8 2020-07-16
1.1.7 2020-07-16
1.1.6 2020-07-14
1.1.5 2020-07-14
1.1.4 2020-07-11
1.1.3 2020-07-11
1.1.2 2020-07-11
1.1.1 2020-06-29
1.1.0 2020-06-28
1.0.8 2020-06-27
1.0.7 2020-06-26
1.0.6 2020-06-26
1.0.5 2020-06-26
1.0.4 2020-06-26
1.0.3 2020-06-26
1.0.2 2020-06-26
1.0.1 2020-06-26
1.0.0 2020-06-25