快速上手
大约 3 分钟
通过安装并启用此插件,你可以在 Markdown 中使用更多的语法。
新增的更多语法
选项卡
apple
Apple
banana
Banana
orange
Orange
代码块
pnpm
pnpm add -D vuepress-plugin-md-enhance
yarn
yarn add -D vuepress-plugin-md-enhance
npm
npm i -D vuepress-plugin-md-enhance
自定义对齐
我是居中的
我在右对齐
属性支持
一个有 id 的 单词。
上下角标
19th H2O
脚注
此文字有脚注[1].
标记
你可以标记 重要的内容 。
任务列表
图片增强
支持设置标题、颜色模式和大小
卡片
Mr.Hope
Where there is light, there is hope
图表
一个散点图案例
Echarts
一个折线图案例
流程图
Mermaid 图表
Tex 语法
导入文件
提示
你最近怎么样了? 😄
代码演示
一个普通 Demo
<h1>VuePress Theme Hope</h1>
<p><span id="very">非常</span>强大!</p>
document.querySelector("#very").addEventListener("click", () => {
alert("非常强大");
});
span {
color: red;
}
样式化
设置它没有任何效果,请不要这样使用
交互演示
Vue 交互演示
Vue 交互演示
幻灯片
这是脚注内容 ↩︎