Skip to content

Instantly share code, notes, and snippets.

@melioratus
Created March 29, 2018 23:46
Show Gist options
  • Save melioratus/831117d190089a20732ec01fa445a834 to your computer and use it in GitHub Desktop.
Save melioratus/831117d190089a20732ec01fa445a834 to your computer and use it in GitHub Desktop.

Here is another potential workaround: Append an anchor with image extention, e.g. #.svg, to URL.

  • Original
    [[https://ci.appveyor.com/project/justinjk007/pentagonal-tiling][https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true]]
        

    https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true

  • Workaround using Anchor
    [[https://ci.appveyor.com/project/justinjk007/pentagonal-tiling][https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true#.svg]]
        

    https://ci.appveyor.com/api/projects/status/ldc8jtft09n5997e?svg=true#.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment