i don’t know about the markdown specification, but i’m pretty confident that there should be a way to have single backticks in an inline code span? and the expected way does not work.
The part you quoted says that you can use double backticks. It does not say you can’t escape them, unless I missed that.
“Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s formatting syntax” sounds pretty clear and straightforward.
yes, thank you, for some reason i completely missed the possibility of inline code blocks being able to be quoted by multiple backticks. this works for most cases, however, i’m not sure how i could write a single backtick in a code block, without padding spaces or anything?
for context, this was my (other) original usecase; i’m drafting a description of a programming language, and i want to write down a single backtick in a single-character code block, because i use that every time i refer to a symbol of my programming language’s syntax
(i’m very stupid and i accidentally deleted the above post)
i forgot to mention, i read the stackexchange answer linked above, and from what i understand, `` ` `` should produce a single backtick. but it seems like obsidian does not strip the spaces around it SPECIFICALLY in live preview mode.
in reading mode, it produces a single backtick with no surrounding spaces, in source mode, it shows all 5 backticks. but in live preview mode, it does not strip the surrounding spaces.