vuepress-plugin-md-enhance

vuepress-plugin-md-enhance JS library homepage vuepress-plugin-md-enhance JS library on GitHub vuepress-plugin-md-enhance JS library on npm Download vuepress-plugin-md-enhance JS library

Markdown enhancement plugin for vuepress

Version 2.0.0-rc.94 License MIT
vuepress-plugin-md-enhance JS library homepage
vuepress-plugin-md-enhance JS library on GitHub
vuepress-plugin-md-enhance JS library on npm
Download vuepress-plugin-md-enhance JS library
Keywords
vuepressvuepress2vuepress-pluginalignattrschartcontainerdemoechartsflowchartfootnotegfmincludemarkmarkdown
INSTALL
Type:
Version:
Learn more

vuepress-plugin-md-enhance

Markdown enhancement plugin📄 / Markdown 增强插件📄

Author: Mr.Hope

VersionDownloads

Markdown enhancement plugin📄 / Markdown 增强插件 📄

Official Docs | 官方文档

Install

# pnpm
pnpm add -D vuepress-plugin-md-enhance
# npm
npm i -D vuepress-plugin-md-enhance
# yarn
yarn add -D vuepress-plugin-md-enhance

Migrating from V1

  • drop flowchart support removed

    We are adding mermaid support, and mermaid support flowchart.

  • remove imageFix option removed

    Links has been fixed in V2

  • new option hint new

    Decides whether enable custom container that default theme provides

  • option delay for the delay operating DOM when page loads or navigates new

  • option locale to support i18n config new

  • add SlidePage layout which can be used in themes new

  • Auto load needed CDN for code demo new


安装

# pnpm
pnpm add -D vuepress-plugin-md-enhance
# npm
npm i -D vuepress-plugin-md-enhance
# yarn
yarn add -D vuepress-plugin-md-enhance

从 V1 迁移

  • 移除 FlowChart 支持 移除

    我们已经添加了 Mermaid 支持,而 Mermaid 支持流程图

  • 移除 imageFix 选项 移除

    图片链接已经在 V2 中得到修正

  • 选项 hint 新增

    决定是否启用默认主题提供的自定义容器

  • 选项 delay,控制页面加载和切换后进行 DOM 操作的延迟 新增

  • 选项 locale 以支持国际化配置 新增

  • 添加幻灯片布局,可在主题中引入使用 new

  • 自动导入代码演示的所需 CDN new