I've got some screenshots of my App in my Apps Repo here. (That's where F-Droid picks them up, for their store listing.) I'd like to put those into my README.md. But they are a bit huge so I need to scale them down.
I've tried <img width="150px"... <img style="transform: scale(0.3)"..., but attributes like this get filtered away. What's the correct way to scale embedded images? If there's none, might there be a change we could get this feature at some point?