-
Bug
-
Resolution: Fixed
-
Low
-
None
https://jdog.jira-dev.com/issues/?jql=issue%20in%20linkedIssues("JDEV-28572") ends up terminating the link after the first open brace, which breaks the link.
- relates to
-
BSERV-5211 Update Markdown implementation to use CommonMark
- Closed
Fixed for Bitbucket Server 4.1 with the new CommonMark implementation (see
BSERV-5211).The link boundaries are now recognized correctly in this case, as long as the parens are balanced. The reason for this is that e.g. for this:
The closing paren should not be included in the link.