Skip to content

Commit 907777d

Browse files
committed
chore(markdown): add comments
1 parent 5020fc1 commit 907777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vuepress/markdown/src/markdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const createMarkdown = ({
111111
md.use(componentPlugin)
112112
}
113113

114+
// extract frontmatter and excerpt into env
114115
if (frontmatter !== false) {
115116
md.use<FrontmatterPluginOptions>(frontmatterPlugin, {
116117
...frontmatter,

0 commit comments

Comments
 (0)