Mutliple spaces at the beginning of backtick not converting into space in mdx file

28 Views Asked by At

Here's my text inside a mdx file. shellcraft.mips.read(0, 0xffffeeb0, 20) It's rendering here a expected. But on my website it's getting showed as: shellcraft.mips.read(0, 0xffffeeb0, 20) I put space at the beginning of backtick. But it's not getting converted into space. How can I put space at the beginning of an inline-code?   shows as it is inside backticks.

0

There are 0 best solutions below