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.
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).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.