Not able to create table for tags of format having {ac, abc}.

Simmi Malhan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2018

The format of the table looks like this (refer attached screenshot) when. What could be the problem? It should be the next 

||Name||Description||
|union {null,string} a| abc |
|union {null, string} b| xyz |
|union {null, string} c| efg |

Screenshot_4.png

 

1 answer

1 vote
Mohamed Riza
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 10, 2018

Hi Simmi,

 

You will have to escape the special character, which is the open curly brackets({), with backslash(\). So instead try:

||Name||Description||
|union \{null,string} a| abc |
|union \{null, string} b| xyz |
|union \{null, string} c| efg |

 

Hope that helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events