Very simply want to format text as code - if I copy a string from a code block and paste it into inline text - it's formatted as code.
Copy+Pasting is incredibly laborious.
Anyone know of a format as code hotkey for inline text?
Ctrl + Shift + M lmao
If you don't have admin rights to Confluence to edit your own CSS Stylesheet, you can use the "span" macro.
Highlight what you want to format, search for the macro and select it. Then, in the "inline style" section of the macro, use CSS stylesheet to get your effect. Type in something like:
border-radius: 5px; color: maroon; border: solid wheat 1px; background-color: whitesmoke;
Only caveat, I noticed if you use this within a bulleted line, it places it on its own line, very much like "code-block" does.
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.