You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to use curly braces in some text on a page in confluence, but I can't work out how to stop it automatically creating a macro. I tried double curly braces which created a code block, and also tried backslash and forward slash.
Hi Mark,
You have two options
Note that simply copying and pasting the entire text including both braces automatically inserts a Wiki markup block
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is a nice alternative to Stephen Deutsch's answer # 2:
You first enter whatever goes between the curly braces AND the right curly brace -- this causes no problems.
Then, you insert the left curly brace, which does pop up the dialog -- but you can just ESC out of that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is absurd. "Preformatted" mode should take precedence and not trigger inserts. Confluence is so difficult to write code in. Atlassian, why do you hate us?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried the code block macro? Just add your code in there and nothing gets triggered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you can tolerate the macro while you type, just keep going. After putting the right brace and the macro is complete, hit undo (ctrl-Z) twice.
If you can't tolerate the macro, hit ESC. The macro will still come back to life with the right brace though, but undo (ctrl-z) twice will put it back to normal text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This can be controlled by going into your settings (user icon in top right > settings) and under Your settings > Editor, select Disable Autoformatting.
This does prevent all rich text autoformatting rather than just curly braces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My solution is to add two brackets like {{ and }} and then remove the second one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.