We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c39b7 commit 32fb864Copy full SHA for 32fb864
.vitepress/theme/index.ts
@@ -36,7 +36,7 @@ export default {
36
const { frontmatter } = useData();
37
const route = useRoute();
38
imageViewer(route, '.vp-doc', { toolbar: true });
39
- codeblocksFold();
+ codeblocksFold({ frontmatter, route });
40
hideFooter(frontmatter);
41
giscusTalk({
42
repo: 'T-miracle/blog',
package.json
@@ -18,7 +18,7 @@
18
"markdown-it-task-lists": "^2.1.1",
19
"viewerjs": "^1.11.6",
20
"vitepress": "^1.1.4",
21
- "vitepress-plugin-codeblocks-fold": "^1.2.33",
+ "vitepress-plugin-codeblocks-fold": "^1.2.34",
22
"vitepress-plugin-comment-with-giscus": "^1.1.15",
23
"vitepress-plugin-image-viewer": "^1.1.6",
24
"vue": "^3.4.26"
0 commit comments