grunt-init-assemble
Version:
Initialize new Assemble projects.
27 lines (19 loc) • 747 B
Markdown
## Images
Images have a similar syntax to links but include a preceding exclamation point.
``` markdown

```

or
``` markdown

```

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"