I’m working on creating documentation in a GitHub wiki and running into an issue with image sizing. I have a photo stored in another repository that I want to include, but it’s way too big for the page layout.
I’ve been trying various markdown approaches to scale it down but nothing seems to work:



[[https://example.com/my-image.jpg = 200x]]
Does anyone know the correct syntax for this? I’d really prefer to stick with pure markdown instead of mixing in HTML tags if possible.