Files
galaxy/crates/editor/test_fixtures/images/image_test.md
T

1.1 KiB

Markdown Image Test

This file tests various ways to include images in markdown.

Sample JPG Images

Here's a 400x300 sample image:

Sample Image 1

Here's a larger 600x400 sample:

Sample Image 2

PNG Image

A square 300x300 PNG:

Sample PNG

Multiple Images

Let's show multiple images in sequence:

Sample 1

Sample 2

Sample 3

Image in a List

Here's a bulleted list with images:

  • First item
  • Inline image in list
  • Third item

Parent Directory Reference

Here's an image from the parent directory:

Parent directory image

Absolute Path

You can also use absolute paths (though they're less portable):

Absolute path

Empty Alt Text

Text After Images

Here's some regular text after an image. The image should be rendered inline with the text flow.

Sample

This text comes after the image.


End of Test

That covers the basic image rendering scenarios!