-
I'm trying to show code block from mdx file using react-live , when adding a metadata it's not being injected into the component as prop
when trying to log the props i only have this as result how can i properly access the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected behavior as per: https://mdxjs.com/guides/syntax-highlighting/#syntax-highlighting-with-the-meta-field
You could use: |
Beta Was this translation helpful? Give feedback.
This is expected behavior as per: https://mdxjs.com/guides/syntax-highlighting/#syntax-highlighting-with-the-meta-field
You could use: