Paste or Drop Images into Markdown — Split View, Cursor Position, and Limits

Insert images into Markdown by paste (Ctrl+V / Cmd+V) or drag-and-drop in Split view. Supported formats (PNG/JPEG/GIF/WebP), 5 MB limit, base64 embedding, troubleshooting, and privacy.

What you’ll learn

Use this when you want screenshots or captures in Markdown without saving an image file first.


Use Split view first

Paste and drop work when the Markdown editor (textarea) is visible on the left.

In the toolbar, switch to Split so you see editor on the left and preview on the right. If you only use Preview, there is no editor—switch to Split before pasting or dropping.

(You can also align the URL with ?view=split.)


1. Paste from the clipboard

A Markdown image line is inserted at the cursor. The default alt text is 「画像」 (you can edit the ![alt](...) part afterward).


2. Drag and drop a file

If multiple files are selected, only the first is inserted (by design). Drop again or paste for additional images.


Supported formats and size

Supported MIME types:

Maximum size per file: 5 MB.


What gets inserted

The tool inserts standard Markdown image syntax with a Data URL (base64):

![画像](data:image/png;base64,...)

Preview and PDF render it like any image. Download HTML inlines styles and embeds images as Base64 so you can distribute one self-contained HTML file.


Troubleshooting

IssueCheck
Nothing pastedAre you in Split view? Preview-only has no editor.
Drop does nothingDrop on the left editor; dropping on the right preview may trigger .md loading instead.
Not an imagePlain text paste may behave differently.
Too largeKeep files under 5 MB.

Privacy

Processing stays entirely in your browser. Files are not uploaded to a server.


How-to & BlogHow to Convert Markdown to HTML and PDF — Step-by-Step GuideFull guide to Markdown Document Converter: load files, switch view modes, tweak layout, download HTML, save PDF. Step-by-step with screenshots and FAQ for first-time users.Read article ToolMarkdown to HTML (md to html)Preview .md in the browser, adjust layout, and download HTML.Open tool