How can I edit a Description or Comment with monspace (courier) font.

Imre Bodosi October 12, 2017
For visual editing in monspace font.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 12, 2017

Hi Imre,

Place the text in between a pair of two curly braces. Example

{{monospace}}

Have a look at https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=texteffects for more text effects.

Thanks

Bhushan

Tonya Benjamin June 18, 2019

Does this solution still work? I would like to be able to sometimes add a bit of code to a comment and would like to change the font to identify as such but putting double curly braces surrounding it does not work, nor any similar ways I have tried.

However, I just noticed in the formats dropdown here there is a Code Block option I would like to try but it is not in the toolbar on my Jira board. 

 

 Console.WriteLine("Hello World!"); 

// Keep the console window open in debug mode.
Console.WriteLine(
"Press any key to exit.");
Console.ReadKey();