You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
I'm not 100% sure if it's related, but none of the code blocks render for me. Wrapping things in ticks "`" or "```" renders empty and I think that's why it's not working with MultiCodeBlock component.
I'm trying to investigate, but maybe the maintainers would know what's up off the top of their heads. I'm new to Gatsby:)
@dominictobias you're right, in order to render Markdown within a JSX component, you need to surround the markdown with extra spaces above and below. Something like this should work as expected:
Hi,
I have a problem with getting to work MultiCodeBlock inside MDX page.
This the content of mdx page: [ignore txt extension, I just could not upload mdx file :(]
dummy.txt
And then i get following error when opening localhost:8000
Error: MultiCodeBlock(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
I use [email protected].
Could you please give me some advice how to solve it?
//BR
Wojtek
The text was updated successfully, but these errors were encountered: