From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Issue with workaround (referring to sonarqube badges in github README.org) Date: Wed, 01 Nov 2017 18:53:33 +0100 Message-ID: <86y3npubqa.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9xCu-0006jF-7Y for emacs-orgmode@gnu.org; Wed, 01 Nov 2017 13:53:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9xCr-0006y5-6x for emacs-orgmode@gnu.org; Wed, 01 Nov 2017 13:53:40 -0400 Received: from [195.159.176.226] (port=33738 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9xCq-0006xZ-Vi for emacs-orgmode@gnu.org; Wed, 01 Nov 2017 13:53:37 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e9xCf-0000lz-V6 for emacs-orgmode@gnu.org; Wed, 01 Nov 2017 18:53:25 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I use org-mode syntax for my github README file, because I'm more familiar with it, and because I use org-mode. I ran into a problem when trying to use SonarQube status badges from SonarCloud: the badge images didn't show up, instead the URL to the REST API call generating the badge was shown[1]. According to a comment response on the issue[2], this is caused by org-mode, because org-mode only creates image links for URLs containing a file extension matching a supported image type. Luckily the same message suggested a workaround: add the pseudo-page-internal-link "#.svg" to the image URLs. The results can be viewed on[3]. References: [1] [2] [3]