guide/markdown/file-tree/ #471
Unanswered
Replies: 1 comment 9 replies
-
markdownPower: {
imageSize: 'all',
pdf: true,
caniuse: true,
bilibili: true,
youtube: true,
artPlayer: true,
audioReader: true,
codepen: true,
replit: true,
codeSandbox: true,
jsfiddle: true,
demo: true,
npmTo: ['pnpm', 'yarn', 'npm'],
repl: {
go: true,
rust: true,
kotlin: true,
},
}, 源文件中未声明 fileTree: true,为什么可以使用,而我声明了无效 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
guide/markdown/file-tree/
概述 在 Markdown 中,你可以使用 file-tree 容器 来显示带有文件图标和可折叠子目录的目录结构。 语法 在 ::: file-tree 容器,使用内置的 Markdown 无序列表语法 指定文件和目录的组织结构。 使用嵌套的列表项创建子目录;若希望某个目录不显示具体内容,只需在列表项末尾添加斜杠 / 即可。 以下语法可用于自定义文件树...
https://theme-plume.vuejs.press/guide/markdown/file-tree/
Beta Was this translation helpful? Give feedback.
All reactions