issue #2562 fix
this fix is for issue #2562 where I have set transformInLineCode to true
closes #2562
Fixes Issue
#2562
Changes proposed
Check List (Check all the applicable boxes)
- [x] My code follows the code style of this project.
- [ ] My change requires changes to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] All new and existing tests passed.
- [x] This PR does not contain plagiarized content.
- [x] The title of my pull request is a short description of the requested changes.
Screenshots
Note to reviewers
I need more advice for this PR to check if it is correct
Welcome @AldrinSeanPereira! Thank you so much for your first pull request!
Thank you Sean! Can you add a screenshot of before and after please
just to clarify: do you want me to add screenshots of the code changes? I'm not sure what to screenshot otherwise
Sorry for the confusion. Not the code changes because I can see the code changes in the files changed tab. But it would be useful to see what effect the change the config file had to the docs that are created to see if the inline code is now rendered and the issue #2562 is resolved.
Ah I got it! I shall do that. Thank you Eddie!
im stuck in finding the new (and correct) stuff to be displayed
the old error which @Pradumnasaraf had shown is in this link: https://linkfree.eddiehub.io/docs/contributing/hacktoberfest
In order for this to work correctly, the following code needs to be added to styles/globals.css before the tailwind imports:
code.language-unknown::before, code.language-unknown::after {
content: ""
}
Then the hacktoberfest docs will look like the following:

Hey @dan-mba
I have now updated the styles/global.css file as you have specified.
Is it correct?
Hey @dan-mba I have now updated the
styles/global.cssfile as you have specified. Is it correct?
@AldrinSeanPereira The styles change looks good.
Now you need to fix next.config.mjs like I mentioned here
Thank you @schmelto for getting this fixed. Thank you @dan-mba for your help 🙌🏼 I had been busy with work and unfortunately forgot to get back to this.
Great collab everyone 👍