Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-10298

Mistreatment of Image Followed by Hyperlink (Markdown Parser) (BB-11302)

    XMLWordPrintable

Details

    Description

      There is a problem with Markdown parser. I'll show an example to explain it.

      #!markdown
      [Bitbucket]: https://bitbucket.org
      [Images/Download]: https://bitbucket.org/Haroogan/vim-for-windows/raw/master/images/16-16/download.png "Download"
      

      Desired Source:

      #!markdown
      
      ![Download][Images/Download] [Download][Bitbucket]
      

      Wrong Result:

      Download

      Current workaround is to trick the parser with some other markup between the image and the hyperlink.

      Workaround Source:

      #!markdown
      
      ![Download][Images/Download]* *[Download][Bitbucket]
      

      Correct Result:

      * *Download

      Although there is a workaround, the issue is quite annoying. I hope you can find resources to fix that more or less quickly. Good luck and best regards!

      Attachments

        Activity

          People

            Unassigned Unassigned
            0d98c20f6e26 Alexander-Shukaev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: