zachleat.com is one of the many independent Mastodon servers you can use to participate in the fediverse.

Server stats:

1
active users

Zach Leatherman :11ty:

TIL Markdown hyperlink and image syntax doesn’t support whitespace in targets (`href` or `src` HTML attributes, respectively).

![Image](space in filename.jpg)

is rendered as:

<p>![Image](space in filename.jpg)</p>

😭