Images
Some testing for different styles of image links.
Markdown
Relative to page
![Magic](/hugo-theme-relearn/tests/images/magic.gif?classes=shadow&height=50px)
Relative to page up level
![Magic](/hugo-theme-relearn/tests/images/../images/magic.gif?classes=shadow&height=50px)
Static
![Logo](/images/logo.svg?classes=shadow&height=50px)
External fully qualified
![Minion](https://octodex.github.com/images/minion.png?classes=shadow&height=50px)
External without scheme
![Minion](//octodex.github.com/images/minion.png?classes=shadow&height=50px)
External without scheme and scheme separator
![Minion](/hugo-theme-relearn/tests/images/octodex.github.com/images/minion.png?classes=shadow&height=50px)
HTML
Relative to page
![](/hugo-theme-relearn/tests/images/magic.gif?classes=shadow&height=50px)
Relative to page up level
![](/hugo-theme-relearn/tests/images/../images/magic.gif?classes=shadow&height=50px)
Static
![](/images/logo.svg?classes=shadow&height=50px)
External fully qualified
![](https://octodex.github.com/images/minion.png?classes=shadow&height=50px)
External without scheme
![](//octodex.github.com/images/minion.png?classes=shadow&height=50px)
External without scheme and scheme separator
![](/hugo-theme-relearn/tests/images/octodex.github.com/images/minion.png?classes=shadow&height=50px)