Package Exports
- @starzkg/vuepress-plugin-markdown-enhance
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@starzkg/vuepress-plugin-markdown-enhance) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vuepress-plugin-markdown-enhance
Markdown enhancement plugin📄 / Markdown 增强插件📄
Markdown enhancement plugin📄 / Markdown 增强插件 📄
Official Docs | 官方文档
Install
npm i -D vuepress-plugin-markdown-enhance
Or
yarn add -D vuepress-plugin-markdown-enhance
Migration from V1
drop flowchart support
We are adding mermaid support, and mermaid support flowchart.
remove
imageFix
optionLinks has been fixed in V2
new option
customContainer
Decides whether enable custom container that default theme provides
option
delay
for the delay operating DOM when page loads or navigatesoption
locale
to support i18n configadd SlidePage layout which can be used in themes
Auto load needed CDN for code demo
安装
npm i -D vuepress-plugin-markdown-enhance
或
yarn add -D vuepress-plugin-markdown-enhance
从 V1 迁移
移除 FlowChart 支持
我们已经添加了 Mermaid 支持,而 Mermaid 支持流程图
移除
imageFix
选项图片链接已经在 V2 中得到修正
选项
customContainer
决定是否启用默认主题提供的自定义容器
选项
delay
,控制页面加载和切换后进行 DOM 操作的延迟选项
locale
以支持国际化配置添加幻灯片布局,可在主题中引入使用
自动导入代码演示的所需 CDN