-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
fix: single backtick rendering as a codeblock in casestudies #2208
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-2208--asyncapi-website.netlify.app/ |
74eba3d
to
11319e2
Compare
Looks Good to me. @derberg Can you have a look, if we are missing out some MDX somewhere? |
@akshatnema, can I get the Hacktoberfest accepted label? If everything is alright... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good from my side
most important the fix is done in https://deploy-preview-2208--asyncapi-website.netlify.app/casestudies/adeogroup
@karthikmurakonda thanks so much for the fix!
@akshatnema your approval is also necessary as in past you requested changes |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-2208--asyncapi-website.netlify.app/ |
/rtm |
Description
Because of MDX v2 breaking changes here, there is no difference between single backtick(
inlineCode
is no more present) and triple backtick in the jsx output. Both give<code>
tag as shown hereI followed their migration guide to place codeblock component on seeing the
pre
tag itself.Related issue(s)
Fixes #2188