I have read the documentation and done everything accordingly, but code is rendered incorrectly. Writing inside two backticks `` should be written as code code, but in my case it doesn't.
The html looks like this:
<p>
<code>
::before
code
::after
</code>
</p>
The incorrectly rendered code is on the right side
edit: I found out that the problem is tailwindcss and the @tailwindcss/typography plugin. The react-markdown editor has the tailwind class prose which makes code render incorrectly. Does anyone have a solution for my problem?