-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.11.1
-
1
-
Severity 3 - Minor
-
0
-
Summary
When using XPath expressions as Markdown link labels, the result is not rendered as expected.
Steps to reproduce
- Create a markdown file with link labels
[application/@bitbucket] and [telecom/@phone] [application/@bitbucket]: http://example.org/bitbucket "@bbserver" [telecom/@phone]: http://example.org/phone "@samsung"
- View the source of the *.md file from the browser debug tool
Expected Result
<p><a href="http://example.org/bitbucket" title="@bbserver">application/@bitbucket</a> and <a href="http://example.org/phone" title="@samsung">telecom/@phone</a></p>
Actual Result
<p><a href="http://example.org/bitbucket" title="@bitbucket">application/@phone</a> and <a href="http://example.org/phone" title="@bitbucket">telecom/@bbserver</a></p>
Workaround
[application/@bitbucket][application bitbucket] and [telecom/@phone][telecom phone] [application bitbucket]: http://example.org/bitbucket [telecom phone]: http://example.org/phone
- is related to
-
BSERV-10936 Using something that looks like a Jira issue key in a link label or shortcut renders wrong markup
- Gathering Impact
- relates to
-
BSERV-11009 Url markup is not rendered correctly if url contains '@' symbol
- Closed
-
BSERV-7021 Markdown Formatting Inconsistency
- Closed