Replies: 1 comment
-
My current workaround is, to use micromark which is already part of keystatic to render the inline Markdown manually, which works fine. However, tried this only for mdx where images and custom components are disabled. I assume adding those would cause issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
content: fields.mdx.inline({ label: 'Content' }),
withformat: { data: 'json' },
so keystatic puts all my data in a.json
file.I am having two issues with this:
content
property does not show up in the astro types.const { Content } = await page.render()
anymore and I don't know how to render the raw mdx I receive.How does this work?
Docs: https://keystatic.com/docs/fields/mdx#inline
Beta Was this translation helpful? Give feedback.
All reactions