-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-plugin-mdx: newline in the list causes whole list (at 3 or deeper indentation levels) rendered as code #28813
Comments
Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it. If you're up for it, we'd very much appreciate if you could provide a minimal reproduction and we'll be able to take another look. Thanks for using Gatsby! 💜 |
Hi! Since we didn't receive an answer for 7 business days or more about the ask of a reproduction I'm going to close this now, as we can't do much to help without a reproduction. If you are able to create a minimal reproduction for this then please do answer here or reopen the issue. Thanks! |
Hi, it does not seem possible for me to reopen the issue :( |
|
please find reproduction in https://github.com/Stvad/repro-28813 |
@LekoArts did you have a chance to look at it? |
Hi. This seems to be an upstream issue with MDX. Take a look at your code in the playground: https://mdxjs.com/playground |
Description
When rendering markdown newline in the list causes whole list (at 3 or deeper indentation levels) rendered as code
Steps to reproduce
Try rendering the following markdown:
Expected result
As rendered here and in any other place I tried - the newline is interpreted as continuation of the given list item:
the better
Actual result
Parts of the list indented further then 4 spaces rendered as code
Environment
The text was updated successfully, but these errors were encountered: