Alert: I am in the process of migrating this site to ers.land!
Please update any bookmarks or feed subscriptions; p3l6.dev will be set to redirect soon.

p3l6.dev|

Markdown

<<Back to Index

Images

Alt text and hover text are both optional. Alt text shows when image fails to load, it should describe the image. Title text (aka hover) should be used to describe something unclear about an image.

![alt text](/image/url "hover text")

Or, a reference to an image at the end of the document:

![alt text][1]

...

[1]: /path/to/image "hover text"