Thanks to visit codestin.com Credit goes to github.com
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 a5f333a commit cd09d91Copy full SHA for cd09d91
src/plugins/front-matter/index.js
@@ -4,7 +4,7 @@ const install = function (hook, vm) {
4
hook.beforeEach(content => {
5
const {attributes, body} = parser(content)
6
7
- Docsify.util.merge(vm.config, attributes.config)
+ vm.frontmatter = attributes
8
9
return body
10
})
0 commit comments