New Microblog - small bug

:beetle: Jenny’s image is not visible in the new Microblog sample. Perhaps not a big problem, but it shows how important it is to write the correct code. When I changed the capital J to j it works.

This looks like expected behavior, not a bug. File names and file paths in frontmatter need to be lowercase with no spaces — use a dash (-) or underscore (_) where you’d normally put a space (e.g., jennys-photo.jpg, not Jennys Photo.jpg). That’s why changing the capital J fixed it.

You can actually see the pattern in your own jenny.md: src: images/jenny.jpg is a path, so it stays lowercase. But alt: Portrait of Jenny right below it is text meant for screen readers, not a path — so mixed case there is completely fine.

In the original Microblog sample there is a capital J and the image is not showing. When I changed to j it’s working. Try it …

hmm. Not best practice but maybe Elements has a filter that is handling it. I’ll let RM answer this then. Sorry I couldn’t help more.