Open
Description
both img tags and markdown ![]()
syntax only worked when written on one line.
img tag linking to SVG with link:
markdown image syntax:
img tag linking to SVG without link:
markdown image syntax:
img tag linking to PNG:
markdown image syntax:
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:

### 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:

### 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:

### non-gravizo SVG:
<img src="https://cdn.rawgit.com/simple-icons/simple-icons/develop/icons/debian.svg" width="20%">
Metadata
Metadata
Assignees
Labels
No labels