npm i vuepress-plugin-demo-container-v2 -D Usage Open the.vuepress/config.jsfile, and then reference the plugin in the appropriate location: module.exports={plugins:['demo-container-v2']} Write the following code in the Markdown file: ...
Open the.vuepress/config.jsfile, and then reference the plugin in the appropriate location: module.exports={plugins:['demo-container-v2']} Write the following code in the Markdown file: ::: demo ```vue<template>{{ message }}</template>import{ref}from'vue-demi'exportdefault{setup(){const...
npm i vuepress-plugin-demo-container --save-dev 1. 配置 打开.vuepress/config.js 文件,然后在合适的位置引用插件: 这里只要写demo-container而不用写vuepress-plugin-demo-container是因为,vuepress会自动处理加载以vuepress-plugin-xxx的插件; module.exports = { ... plugins: ['demo-container'] ... } 1...
New md-demo container for displaying demo and its code in markdown.✨ Featuresmd-enhance: add md-demo (df9a9a6) 🐛 Bug Fixescomponents: fix artplayer package name (1c09595) components: fix replit button (0696434) md-enhance: update details style (b26d51c)2.0.0-beta.244 (2023-11...
vuepress-reco/docs-v2’s past year of commit activity HTML1100UpdatedJun 10, 2023 .githubPublic vuepress-reco/.github’s past year of commit activity 0000UpdatedApr 25, 2023 vuepress-theme-reco-1.xPublic 🎨 This is the repo for vuepress-theme-reco 1. ...
小麦客/vuepress_v2 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
md-enhance: improve code demo (76f4be2) md-enhance: improve details container (134c6dd) md-enhance: improve flowchart outlook (ddaf4ef) Bug Fixes md-enhance: fix tasklist (6d302d6) md-enhance: fix tasklist checkbox (b8c0d67) sass-palette: fix typos in default layout.scss (ec4c4e7)...
vuepress-theme-vdoing一个面向程序员的知识管理&博客主题,轻松搭建一个结构清晰的知识库,让你的知识...
md-enhance: improve code demo (76f4be2) md-enhance: improve details container (134c6dd) md-enhance: improve flowchart outlook (ddaf4ef)🐛 Bug Fixesmd-enhance: fix tasklist (6d302d6) md-enhance: fix tasklist checkbox (b8c0d67) sass-palette: fix typos in default layout.scss (ec4c4e7...
import type { Plugin } from 'vuepress'; import { getDirname, path } from 'vuepress/utils'; const __dirname = getDirname(import.meta.url); export const oml2dPlugin = (options = {}): Plugin => ({ export const oml2dPlugin = (options: Options = {}): Plugin => ({ name: 'vuepress...