How to bold words surrounded by slashes

TulioMW March 1, 2021

I have this S3 bucket string: s3://my-bucket/incoming/

What I'd like to do is to show the 'incoming/' folder name in bold. Trello seems to get lost with these:

s3://my-bucket/**incoming/**           # Prints the double stars

s3://my-bucket/ **incoming/ **           # This works but it leaves a space in '/ incoming/'

`s3://my-bucket/incoming/`             # Close, but does not bold 'incoming/'

Other variations of escaping the slashes doesn't help.

 

1 answer

1 accepted

1 vote
Answer accepted
Felix
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 1, 2021

Trello's detecting this as a link and tries to hyperlink it.

You can get the formatting you want by doing:

[s3://my-bucket/**incoming/**](s3://my-bucket/incoming/)

This will make the link explicit (instead of implicit).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events