is it possible to read mdx
raw content in the layout?
#8912
-
I want to get not only frontmatter but also content in the layout |
Beta Was this translation helpful? Give feedback.
Answered by
zxlvera
Oct 1, 2024
Replies: 1 comment
-
I got it by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HananoshikaYomaru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it by setting
as : 'raw'
orquery: 'raw'
, using this will lose the frontmatter attributes though