feat(cli): add markdownImage into template
This commit is contained in:
parent
6e6f9af12c
commit
783bfc6583
@ -146,6 +146,17 @@ export default defineUserConfig({
|
||||
// imageSize: 'local', // 启用 自动填充 图片宽高属性,避免页面抖动
|
||||
// },
|
||||
|
||||
/**
|
||||
* 为 Markdown 图像添加附加功能。
|
||||
* @see https://theme-plume.vuejs.press/config/plugins/markdown-image/
|
||||
*/
|
||||
// markdownImage: {
|
||||
// figure: true, // 启用 figure
|
||||
// lazyload: true, // 启用图片懒加载
|
||||
// mark: true, // 启用图片标记
|
||||
// size: true, // 启用图片大小
|
||||
// },
|
||||
|
||||
/**
|
||||
* 在 Markdown 文件中导入其他 markdown 文件内容。
|
||||
* @see https://theme-plume.vuejs.press/guide/markdown/include/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user