Skip to content

Image display not to spec #494

@yamada-sexta

Description

@yamada-sexta

Bug Description

A clear and concise description of what the bug is.

Steps to Reproduce

Steps to reproduce the behavior:

I copy and paste the content from here: https://markdown-it.github.io/

When the markdown is:

## Images

![Minion](https://octodex.github.com/images/minion.png)
![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat")

Like links, Images also have a footnote style syntax

![Alt text][id]

With a reference later in the document defining the URL location:

[id]: https://octodex.github.com/images/dojocat.jpg  "The Dojocat"

It won't render correctly on Android.

Expected Behavior

It should look like this:

Images

Minion
Stormtroopocat

Like links, Images also have a footnote style syntax

Alt text

With a reference later in the document defining the URL location:

Screenshots

Here is what I got:

Image

Environment

  • Library Version: 0.39.0
  • Platform: Android
  • Device: Pixel Tablet
  • OS Version: Android 16
  • Kotlin Version: 2.3.0
  • Compose Version: 1.8.0

Additional Context

I am using Coil3 3.3.0

Checklist

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions