UNPKG

grunt-init-assemble

Version:
27 lines (19 loc) 747 B
## Images Images have a similar syntax to links but include a preceding exclamation point. ``` markdown ![Minion](http://octodex.github.com/images/minion.png) ``` ![Minion](http://octodex.github.com/images/minion.png) or ``` markdown ![Alt text](http://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") ``` ![Alt text](http://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") Like links, Images also have a footnote style syntax ``` markdown ![Alt text][id] ``` ![Alt text][id] With a reference later in the document defining the URL location: [id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"