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


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


Like links, Images also have a footnote style syntax

With a reference later in the document defining the URL location:
Screenshots
Here is what I got:
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
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:
It won't render correctly on Android.
Expected Behavior
It should look like this:
Images
Like links, Images also have a footnote style syntax
With a reference later in the document defining the URL location:
Screenshots
Here is what I got:
Environment
Additional Context
I am using Coil3 3.3.0
Checklist