Link Referenced Images
Hi
To create an inline image, we can use:

To create a reference image, we can use:
![Alt][1]
[1]: /image.png "Title"
To create an inline linked image, we can use:
[](http://example.com/ "Title"
But can we add a link to a reference image?
![Alt][1]
[1]: ??????????????
Thanks
Kit
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Kit on 05 Apr, 2016 09:47 PM
To create an inline linked image, we can use:
[](http://example.com/ "Title"
SHOULD READ
To create an inline linked image, we can use:
[](http://example.com/ "Title")
2 Posted by Kit on 07 Apr, 2016 02:23 PM
You can use the following syntax:
[![Alt Text][imagename]][linkname]
[imagename]: image.png "Image Title"
[linkname]: http://example.com "Link Title"
Fletcher closed this discussion on 13 Oct, 2017 02:01 PM.