Resize image in the wiki of GitHub using Markdown

Question:

I’m writing a wiki page on GitHub, and I’m using Markdown.

My problem is that I’m putting a large image (this image is in its own repository) and I need resize it.

I have tried different solutions, but they do not work:

Is there a way to get it?

It is preferable without HTML.

Answer:

To add an image, add an exclamation mark (!), followed by alt text in brackets, and the path or URL to the image asset in parentheses. You can optionally add a title after the URL in the parentheses. To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in parentheses. You can also resize the image using HTML img tag which is supported by most sites.

Examples: