8000 test SVG in issue comments · Issue #8 · cben/sandbox · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
test SVG in issue comments #8
Open
@cben

Description

@cben

both img tags and markdown ![]() syntax only worked when written on one line.

img tag linking to SVG with link:

markdown image syntax:

image

img tag linking to SVG without link:

markdown image syntax:

image

img tag linking to PNG:

markdown image syntax:

image

non-gravizo SVG:


source:

## img tag linking to SVG with link:

<img src='https://g.gravizo.com/svg?%20digraph%20G%20%7B%0A%20%20%20%20link%20%5Bshape%3Dbox%3B%20URL%3D%22http%3A%2F%2Fgoogle.com%22%5D%3B%0A%20%20%7D'>

markdown image syntax:

![image](https://g.gravizo.com/svg?%20digraph%20G%20%7B%0A%20%20%20%20link%20%5Bshape%3Dbox%3B%20URL%3D%22http%3A%2F%2Fgoogle.com%22%5D%3B%0A%20%20%7D)

### img tag linking to SVG without link:

<img src='https://g.gravizo.com/svg?%20digraph%20G%20%7B%0A%20%20%20%20not_a_link%20%5Bshape%3Dbox%5D%3B%0A%20%20%7D'>

markdown image syntax:

![image](https://g.gravizo.com/svg?%20digraph%20G%20%7B%0A%20%20%20%20not_a_link%20%5Bshape%3Dbox%5D%3B%0A%20%20%7D)

### img tag linking to PNG:

<img src='https://g.gravizo.com/g?%20digraph%20G%20%7B%0A%20%20%20%20PNG%20%5Bshape%3Dbox%5D%3B%0A%20%20%7D'>

markdown image syntax:

![image](https://g.gravizo.com/g?%20digraph%20G%20%7B%0A%20%20%20%20PNG%20%5Bshape%3Dbox%5D%3B%0A%20%20%7D)

### non-gravizo SVG:

<img src="https://cdn.rawgit.com/simple-icons/simple-icons/develop/icons/debian.svg" width="20%">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0