Is it possible to add a highlighted code to Jira comment? I want to write something like this:
The comment text and JSON doc:
{
"key": 100
}
I've found only one example:
{code:javascript}
{
"key": 100
}
{code}
But it does not really highlight my code. I see only the grey block.