How to Embed Images in Markdown
How to Embed Images in Markdown
Markdown is used everywhere - GitHub, Reddit, documentation sites, blogs, and note-taking apps. Here's how to embed images using Markdown syntax.
Basic Image Syntax
!Alt text
- ! - Indicates an image
- [Alt text] - Description (shown if image fails to load)
- (URL) - The image URL
Image with Title
!Screenshot
The title appears as a tooltip on hover.
Linked Image

Shows the thumbnail, clicking opens the full image.
Platform-Specific Usage
GitHub README / Issues
## ScreenshotsCheck out this bug I found:Notion
Paste the direct link and Notion auto-embeds it.
Obsidian
Standard Markdown image syntax works.
Getting Markdown Links from ImgLink
1. Upload your image to ImgLink - Free Image Hosting
2. After upload, find the "Markdown" row in the link list
3. Click the copy button
4. Paste in your Markdown document
ImgLink pre-formats the Markdown for you - no need to type the syntax manually.
Best Practices
1. Always include alt text - ![] with empty alt is bad practice
2. Use descriptive alt - ![Login form validation error] not ![image]
3. Link thumbnails to full images - For large screenshots
4. Host on CDN - ImgLink provides CDN delivery for fast loading
Frequently Asked Questions
Does Markdown support image sizing?
Standard Markdown doesn't. Some flavors (like GitHub) support HTML within Markdown for sizing:

Can I align images in Markdown?
Standard Markdown doesn't support alignment. Use HTML:

Start hosting images for free today. Upload your first image now or create a free account to unlock albums, dashboard analytics, and developer API access. It takes 10 seconds.
Start hosting images for free
Free account, 10 seconds, no credit card. Unlimited uploads, albums, API access.
Related Articles
ImgLink Discord Bot - Upload, Resize, Compress & More
Add the ImgLink bot to your Discord server. Upload up to 10 images, resize, compress, convert formats, and search 41K+ emojis with simple slash commands.
8 minImage Hosting for Developers API
Full API documentation for ImgLink's image hosting service. REST endpoints for uploading, managing, and retrieving images programmatically.
3 minHow to Embed Images in HTML
Complete guide to embedding images in HTML. From basic img tags to responsive images and lazy loading, with CDN-hosted image examples.
2 minBest Image Hosting for Developers
A developer-focused guide to image hosting. REST API, integration examples, and why ImgLink is the best choice for developer workflows.
3 minUser Profiles
Your ImgLink profile is a public portfolio for your uploaded images. Customize it with a profile picture, cover image, bio, and featured images.
3 min