"scripts": { "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "devDependencies": { "@vuepress/plugin-google-analytics": "^1.0.0-alpha.0", "markdown-it": "^8.4.2", "markdown-it-abbr": "^1.0
To give more background information, it is a matter of being able to configuration markdown-it plugins within the vuepress configuration. Owner FriendlyUser commented Feb 2, 2019 • edited In order to allow for default plantuml notation, you can add options to the configuration file. .vuepr...
VuePress use the word headers in page object and markdown plugin name, so we align them.🐛 Bug Fixestheme: fix blog hero scroll (ee6277c) ✨ Featurestheme: rename headingDepth to headerDepth (de367cc) 2.0.0-beta.25 (2022-03-23)🐛 Bug Fixestheme: fix blog hero scroll down positi...
Describe the feature we can support plantuml by using the following plugin: https://github.com/XhinLiang/markdown-it-plantuml-ex https://github.com/gmunguia/markdown-it-plantuml Additional context No responseshirayner added the enhancement label Feb 12, 2023 shirayner assigned Mister-Hope Feb...
markdownTab: true, // 此处开启了很多功能用于演示,你应仅保留用到的功能。 mdEnhance: { align: true, attrs: true, component: true, demo: true, include: true, mark: true, plantuml: true, spoiler: true, stylize: [ { matcher: "Recommended", replacer: ({ tag }) => { if (tag...