Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I format an inline code in confluence like this? I mean, not a separate codeblock, but just inline classname, for example.

share|improve this question

2 Answers

up vote 15 down vote accepted

To insert inline monospace font in Confluence, surround the text in double curly-braces.

This is an {{example}}.

If you're using Confluence 4.x or higher, you can also just select the "Preformatted" option from the paragraph style menu.

Full reference here: https://confluence.atlassian.com/display/DOC/Quick+Reference+Guide+for+the+Confluence+Editor

share|improve this answer
Oh, thanks! Tried {{{three brackets }}} for some reason :)) – DataGreed Oct 29 '12 at 5:51
In confluence 4+ the wiki markup is gone by default and the "Preformatted" option applies to the entire line. The only way to do it (without installing the wikitext editing plugin) is to pick monospaced font. – HDave Mar 27 at 17:14
   
Does not seem to work in Confluence 5.x. – Adam Parkin Apr 5 at 16:37
Correction it does work -- sometimes. Seems very flaky. – Adam Parkin Apr 5 at 16:57
It won't work if you're pasting it in - you need to type out the closing braces in order to "trigger" the "auto-format". If you want to format large swathes of text in this manner, then use the Insert -> Wiki Markup dialog and type/paste it out all in there. – jaysee00 Apr 17 at 6:31

If you want to insert a large code block with optional line numbers, etc use the Code Macro (available under Macros -> Other).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.