How can I format an inline code in Confluence like this? I mean, not a separate code block, but just inline classname, for example.
inline code
like this
classname
To format code in-line within your text, use the '`' character to surround your code. Usually located to the left of the '1' key on your keyboard.
Example:
`printf("Hello World");`
Same delimiter as Stack Exchange!