Skip to content
Suewon Bahng edited this page Jul 31, 2016 · 3 revisions

βœ”οΈ Inline style:

![alternative text](URL_to_image "optional title")

Example:
`![Linux Penguin](https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRwUqkWOMq9PEo1qZUyjjaMcToXvwNjJyYH1w982alY0iivYo0k)`

πŸ‘“ Output:

Linux Penguin


βœ”οΈ Reference style:

![alternative text][label]


[label]: URL_to_image "optional title"

Example:  
`![Batman][000]`

`[000]: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTk-E0CVdOAiWPGhFwNQKUuTX-qZM2E0PQAebU0U45sl-6mt69h1w "Batman"`  

πŸ‘“ Output:

Batman

Clone this wiki locally