Posts tagged “jira”

TIL you can have syntax highlighting with code blocks in JIRA.

December 6, 2021

TIL you can have syntax highlighting with code blocks in JIRA.

Here’s an example inspired from the docs:

{code:java}
// Some comments here
public String getFoo()
{
    return foo;
}
{code}