I'm trying to make the following text as monospace in JIRA
/foo/{bar}
According to the WikiRendererHelpAction page, I should wrap my text in {{}}. Ok so now I have:
{{/foo/{bar}}}
Unfortunately this doesn work. I get
{{/foo
{bar}
}}
So I try escaping the last "}" as "\}".
{{/foo/{bar\}}}
{{/foo/\{bar\}}}
hi Steve
you could try something like this :
{{*/foo/\{bar\}*}}
It seems to only work correctly when there is at least one more character behind the escaped "}".
I would report it as a bug in https://jira.atlassian.com
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.