Is your feature request related to a problem? Please describe.
Front matter is not yet supported in MDX, as mentioned in https://www.11ty.dev/docs/languages/mdx/. Using a data export is recommended. Exporting data is a bit more cumbersome and "scary" for less experienced people (e.g. editor comfortable with markdown, but not JS exports)
Describe the solution you'd like
Yaml front matter support in MDX
---
title: My awesome page
---
# {title}
Paragraph content
<Component />
Describe alternatives you've considered
- searching if this issue already exists
- opening a pull request, but do not have the experience to develop this
Additional context
No response
Is your feature request related to a problem? Please describe.
Front matter is not yet supported in MDX, as mentioned in https://www.11ty.dev/docs/languages/mdx/. Using a data export is recommended. Exporting data is a bit more cumbersome and "scary" for less experienced people (e.g. editor comfortable with markdown, but not JS exports)
Describe the solution you'd like
Yaml front matter support in MDX
Describe alternatives you've considered
Additional context
No response