⍃ home

Creating a markdown link with text and image

The markdown equivalent for: ``` alt-text some-text ``` is: ``` [ ![alt-text](path-to-image) some-text ](some-url) ```