How can I enclose my code snippet with { } inside JIRA's inline code notation {{ ... }} ?

Kai NODA October 22, 2015

I want to write something about Bash scripting as a comment to a JIRA story, and it will involve inline code snippets surrounded by

{ }

 

When I wrote something like

Command grouping with curly brackets won't launch a subshell: {{{ ls; date; uname; }}}

the formatting was screwed up.  I also tried

... {{ \{ ls; date; uname; \} }}

and several other variants, all in vain.

We use JIRA v6.3 if that makes any differences

1 answer

1 accepted

0 votes
Answer accepted
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 22, 2015

The workaround seems poor but I found this answer – https://answers.atlassian.com/questions/244810

Suggest an answer

Log in or Sign up to answer