Created
May 19, 2017 14:12
-
-
Save rionmonster/4c06971efa08d654cd88ae0c18db611f to your computer and use it in GitHub Desktop.
Can you embed images within dev.to posts?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- HTML Approach --> | |
<a href='link'><img src='image-url' alt='image-alt-text'/></a> | |
<!-- Markdown Approach --> | |
[![image-alt-text](image-url)](link) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment