-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
I'm trying to use front-matter plugin (with cooperation with my own plugin) and it seem that line mentioned below does this:
- on first page with front-matter it creates some content to the
vm.configwithDocsify.util.merge - on second page without front-matter (or with different front-matter dict content) it does another
Docsify.util.mergebut - as a result of this operation
vm.configis polluted with all the state from first page, so when something is missing in the second page front-matter it still appears as if the value is set
| Docsify.util.merge(vm.config, attributes.config) |
Metadata
Metadata
Assignees
Labels
No labels