You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
But JIRA still processes formatting within {{}} code blocks, so the [0] is interpreted as a link. The expected, correct output should \ backslash-escape characters in the code that JIRA would recognize:
Try {{arr\[0\]}}.
I don't personally need conversion the other way around, but that should work too. Try {{arr\[0\]}}. should turn into Try `arr[0]`. rather than Try `arr\[0\]`.
Sadly, {{noformat}} doesn't work to combine inline code and special characters; only backslash-escaping does.
The text was updated successfully, but these errors were encountered:
Markdown input:
Actual output by J2M:
But JIRA still processes formatting within
{{
}}
code blocks, so the[0]
is interpreted as a link. The expected, correct output should\
backslash-escape characters in the code that JIRA would recognize:I don't personally need conversion the other way around, but that should work too.
Try {{arr\[0\]}}.
should turn intoTry `arr[0]`.
rather thanTry `arr\[0\]`.
Sadly,
{{noformat}}
doesn't work to combine inline code and special characters; only backslash-escaping does.The text was updated successfully, but these errors were encountered: