-
-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe
Netlify CMS provides you with the option to save frontmatter variables without touching the underlying .md file. I would love to use netlify CMS on top of content v2, but it seems that I can't reuse frontmatter vars inside the .md itself.
Describe the solution you'd like
---
some_var_inserted_by_netlify_cms: This is a test
---
# Check this title from netlify cms
## ${some_var_inserted_by_netlify_cms}Describe alternatives you've considered
I've tried installing the remark-mdx-frontmatter plugin but didn't work.
pi0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request