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 5020fc1 commit 907777dCopy full SHA for 907777d
packages/@vuepress/markdown/src/markdown.ts
@@ -111,6 +111,7 @@ export const createMarkdown = ({
111
md.use(componentPlugin)
112
}
113
114
+ // extract frontmatter and excerpt into env
115
if (frontmatter !== false) {
116
md.use<FrontmatterPluginOptions>(frontmatterPlugin, {
117
...frontmatter,
0 commit comments