Hyperlinks doesn't work in markdowns. I've followed the docs here
      https://confluence.atlassian.com/display/STASH035/Markdown+syntax+guide

      This is my exact Stash comment:

      I used `getMapAsync` because `getMap` is [deprecated](https://developers.google.com/maps/documentation/business/mobile/android/reference/com/google/android/m4b/maps/MapView#getMap())
      

      Which gets rendered as

      I used getMapAsync because getMap is [deprecated](https://developers.google.com/maps/documentation/business/mobile/android/reference/com/google/android/m4b/maps/MapView#getMap())
      

      We are running Atlassian Stash v3.5.0 self hosted.

            [BSERV-7670] Markdown hyperlink doesn't work

            Fixed for Bitbucket Server 4.1 with the new CommonMark implementation (see BSERV-5211).

            Robin Stocker (Inactive) added a comment - Fixed for Bitbucket Server 4.1 with the new CommonMark implementation (see BSERV-5211 ).

            Hi skuo,
            The markdown renderer we use is breaking on the () at the end of the url (which it shouldn't, but is also not a common URL which is why we haven't seen it before).
            "Normal" hyperlinks should work just fine however. You can work around this by prepending the parenthesis with a back slash, e.g

            I used `getMapAsync` because `getMap` is [deprecated](https://developers.google.com/maps/documentation/business/mobile/android/reference/com/google/android/m4b/maps/MapView#getMap\(\))
            

            We do have plans to switch our markdown renderer to something more robust and are actively working on this (see STASH-5211)

            Michael McGlynn (Inactive) added a comment - Hi skuo , The markdown renderer we use is breaking on the () at the end of the url (which it shouldn't, but is also not a common URL which is why we haven't seen it before). "Normal" hyperlinks should work just fine however. You can work around this by prepending the parenthesis with a back slash, e.g I used `getMapAsync` because `getMap` is [deprecated](https: //developers.google.com/maps/documentation/business/mobile/android/reference/com/google/android/m4b/maps/MapView#getMap\(\)) We do have plans to switch our markdown renderer to something more robust and are actively working on this (see STASH-5211 )

              rstocker Robin Stocker (Inactive)
              28cdd5bdb1d4 Steve Kuo
              Affected customers:
              0 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: