You could just use some HTML in your Markdown:
<img src="drawing.jpg" alt="drawing" width="200"/>
Or via style
attribute (not supported by GitHub)
<img src="drawing.jpg" alt="drawing" style="width:200px;"/>
Or you could use a custom CSS file as described in this answer on Markdown and image alignment

CSS in another file:
img[alt=drawing] { width: 200px; }
Related Posts:
- Changing image size in Markdown
- JPG vs. JPEG image formats
- How do I add an image to an HTML file?
- Transparent background in JPEG image
- How do I display local image in markdown?
- How to view .img files?
- How to view .img files?
- Specifying width and height as percentages without skewing photo proportions in HTML
- what does this mean ? image/png;base64?
- CSS3 Rotate Animation
- Android: failed to convert @drawable/picture into a drawable
- What file uses .md extension and how should I edit them?
- code block inside table row in Markdown
- How to add new line in Markdown presentation?
- How to add new line in Markdown presentation?
- Get underlined text with Markdown
- How to make a word underline in Markdown
- How to insert a line break
in markdown - Get underlined text with Markdown
- How to make a word underline in Markdown
- How to resize an image with OpenCV2.0 and Python2.6
- Embed image in a
- How to indent a few lines in Markdown markup?
- Tab space in Markdown
- How to link to part of the same document in Markdown?
- Markdown to create pages and table of contents?
- Image is not showing in browser?
- How to link to a named anchor in Multimarkdown?
- Markdown to create pages and table of contents?
- Comments in Markdown
- Superscript in markdown (Github flavored)?
- pagebreak in markdown while creating pdf
- forbidden 403 on image URLS
- How do I insert a JPEG image into a python Tkinter window?
- Comments in Markdown
- Markdown: continue numbered list
- Is
element block level or inline level?
- Markdown `native` text alignment
- What is the difference between allFile and allMarkdownRemark in gatsby
- How do I auto-resize an image to fit a ‘div’ container?
- android image button
- How to center text with Markdown?
- How to apply color in Markdown?
- How to markdown nested list items in Bitbucket?
- How to vertically align an image inside a div
- CSS Display an Image Resized and Cropped
- How to place a text next to the picture?
- How to put a text beside the image?
- CSS: Moving the text down a few pixels but keeping the background still?
- How to convert a PIL Image into a numpy array?
- How to create a video from images with FFmpeg?
- Escaping Discord subset of markdown
- How do I resize an image using PIL and maintain its aspect ratio?
- Superscript in markdown (Github flavored)?
- Bootstrap 4 images thumbnail classes
- CSS: Moving the text down a few pixels but keeping the background still?
- How to Use TextureBrush for painting an Image
- How to Use TextureBrush for painting an Image
- How to apply color in Markdown?
- Rotate an image in image source in html
- Programmatically change the src of an img tag
- display variable image using cookies
- CSS Background image not loading
- Change color of PNG image via CSS?
- How to “crop” a rectangular image into a square with CSS?
- Markdown vs markup – are they related?
- Resizing image in Java
- How to add images to README.md on GitHub?
- How to apply color in Markdown?
- How to add new line in Markdown presentation?
- CSS centred header image
- Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
- imageio.IIOException: Can’t read input file
- No module named Image
- Saving a Numpy array as an image
- Java: Rotating Images
- How to display image with JavaScript?
- Resize image with javascript canvas (smoothly)
- How to use markdown in telegram? I want to send message with hyperlink
- Load image with jQuery and append it to the DOM
- How to fade an image with CSS without opacity?
- matplotlib: how to draw a rectangle on image
- text highlight in markdown
- Wrap text around bootstrap image
- Define an
‘s src attribute in CSS [duplicate]
- How do I center an image in the README.md file on GitHub?
- How to add an image to a JPanel?
- RuntimeWarning: overflow encountered in ubyte_scalars
- Cross-reference (named anchor) in markdown
- Showing an image from an array of images – Javascript
- JavaScript: Get image dimensions
- Is it possible to set the equivalent of a src attribute of an img tag in CSS?
- What is the difference between “JPG” / “JPEG” / “PNG” / “BMP” / “GIF” / “TIFF” Image?
- Superscript in markdown (Github flavored)?
- Tables in Markdown (in Jupyter)
- Create two blank lines in Markdown
- How to add image that is on my computer to a site in css or html?
- How to place Text and an Image next to each other in HTML?