1.1 KiB
1.1 KiB
title, author, createTime, permalink
| title | author | createTime | permalink |
|---|---|---|---|
| markdown增强 | pengzhanbo | 2024/03/06 20:25:36 | /config/plugins/markdown-enhance/ |
概述
提供 Markdown 增强功能。
关联插件:vuepress-plugin-md-enhance
默认配置:
import { plumeTheme } from 'vuepress-theme-plume'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
theme: plumeTheme({
plugins: {
markdownEnhance: {
hint: true,
codetabs: true,
tabs: true,
align: true,
mark: true,
tasklist: true,
attrs: true,
sup: true,
sub: true,
alert: true,
footnote: true,
katex: true,
}
}
}),
})
配置
:::tip 说明 主题还未完全对 该插件提供的 所有 增强功能 进行 样式上的适配。 如果你在使用过程中遇到样式上的问题,可以在 issue 里提出。 :::