Second backtick in a row does not escape

You can’t escape the second backtick of inline code. Instead, it assumes it’s the closing backtick. The other ones can be escaped. (Doesn’t work on discourse either)
For example, the text in the image below should be displayed as -\`-\`-.
image

Not sure if this is an issue with an older version. But it seems to be working in the current version of Obsidian 0.12.12.

You should use double backticks to escape a single backtick like this: `` -\`-\`- ``

it will get rendered like this: -\`-\`-

Reference: How do I escape a backtick ` within in-line code in Markdown? - Meta Stack Exchange

thanks

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.