Inline Image Component Test Post
This is a test post to verify the InlineImage component renders correctly in MDX blog posts without requiring manual import statements.
Full Size Image (Default)
Below is an image rendered at full content width (the default size):
Some text after the full-size image to verify spacing is maintained.
Medium Size Image with Caption
Here is an image at medium size (75% width) with a caption:
More content following the medium-sized captioned image.
Small Size Image
A smaller image (50% width) centered within the content:
Text continues after the small image without any layout issues.
PNG Format Image
Testing the PNG format with a full-size image and a caption:
WebP Format without Caption
Another WebP image without a caption to verify it renders cleanly:
Multiple Images in Sequence
The following images appear consecutively to test vertical spacing between instances:
Summary
This post includes 8 total InlineImage instances covering:
- All three size options: small, medium, full
- With and without captions
- Multiple image formats: WebP and PNG
- Consecutive image placement for spacing verification
- No manual import statements used — the component is auto-imported