noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.68k stars 298 forks source link

[FR] How to indent images with list indents ? #455

Open damionx7 opened 10 months ago

damionx7 commented 10 months ago

Hey. How to indent image with list indents. Using the code from #378 I was able to set image size to maximum width. But when I use this image in list indent eg.

  1. First item
    1. ![Image.jpg]

The image shifts the view to right instead of scaling itself to maximum indent width. Do you have any tips, how to avoid this.