-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
4.2.2, 5.0, 4.4.4, 6.2, 8.19.1, 9.4.14
-
4.02
-
2
-
This is caused by a limitation in the wiki markup language / renderer described at CONF-2494 and cannot be fixed without breaking backwards compatibility.
Workaround
Insert the html escape sequence for the backslash character as:
\
single backslash - Escape special character
https://support.atlassian.com/secure/WikiRendererHelpAction.jspa?section=miscellaneous
double backslash - Creates a line break. Not often needed, most of the time the wiki renderer will guess new lines for you appropriately.
https://support.atlassian.com/secure/WikiRendererHelpAction.jspa?section=breaks
triple backslash - Displays all three characters
In a case where user will need to use backslash as a part of their comment there isn't any way to enter it in the field.
For e.g.
I:\Admin\_IT Finance
is displayed as:
I:\Admin_IT Finance
- is caused by
-
CONFSERVER-2494 No way (other than entity) to get backslash in monospaced text.
- Closed
-
CONFSERVER-7262 Can't escape double-backslash (like '\\') in wiki markup editor
- Closed
- is cloned from
-
JRASERVER-23558 Inconsistent behaviour of backslash in wiki renderer
- Closed
- is duplicated by
-
JRACLOUD-65094 Markup truly broken, especially for code
- Closed
-
JRASERVER-9258 Not possible to escape backslashes
- Closed
-
JRASERVER-27875 Text with backslash not rendered correctly
- Closed
-
JRASERVER-28778 Plain description and comment text is misinterpreting backslashes that occur before an underscore so that "\_" is rendered as "_"
- Closed
- is related to
-
JRASERVER-71463 Update Text Formatting Notation Help page linked out from within Jira to show how to escape backslashes.
- Gathering Interest
- Wiki Page
-
Wiki Page Loading...