What this tool does
It formats your Markdown so you can paste it cleanly into the Naver Blog editor. Use ใ๐ Copyใ to paste the body; headings, paragraphs, lists, code blocks, and tables keep their formatting. Images are not embedded in the body; their positions are shown as empty placeholder boxes, and you paste each image into the right box yourself.
Steps at a glance
- Enter Markdown in the input area or load a .md file with ใ๐ Load fileใ.
- If you have images, choose the folder that contains them with ใ๐ผ Choose image folderใ.
- Check the preview, then click ใ๐ Copyใ to copy the body to the clipboard.
- Paste with Ctrl+V in Naver Blog write screen.
- Put the cursor in each empty image box, hover the matching image in the preview, click ใCopyใ, then paste (Ctrl+V) in that box.
1. Markdown input
- Type or paste: Typing in the input area converts automatically (about 0.5s delay).
- ๐ Load file: Select a .md, .markdown, or .txt file to fill the input and convert automatically.
- ๐ผ Choose image folder: The button is only enabled when the Markdown has images. Select the folder that contains your image files; paths are matched and thumbnails appear in the preview; hover and use ใCopyใ to copy an image.
- ๐งน Clear: Clears the input, preview, copied HTML, and selected image map.
Image path example
If your Markdown has , choosing a folder that contains images/photo.png will match it.
2. Preview
- Preview: Shows how the post will look when pasted into Naver. Image slots show thumbnails when matched, or a placeholder box until you choose an image folder.
- ๐ Copy: Copies the body to the clipboard. Paste with Ctrl+V in the Naver editor.
- Image copy: For matched images, hovering in the preview shows a ใCopyใ button. Click to copy that image to the clipboard, then paste (Ctrl+V) into the matching empty box in the Naver editor.
Why images are not embedded in the body
The Naver editor often does not accept images embedded in pasted HTML, so this tool only inserts empty placeholder boxes. Copy each image from the preview and paste it into the corresponding box in the editor.
Supported Markdown
Headings (H1โH6), paragraphs, bold/italic, ordered and unordered lists, blockquotes, code blocks and inline code, links, images, tables, and horizontal rules.
๐ก Tip โ You may need to allow clipboard permission in the browser for ใ๐ Copyใ and image ใCopyใ to work. If prompted, allow and try again.
Common issues
- ใCopyใ does not appear when I hover the image: Choose the image folder so that local files are matched; then thumbnails and the ใCopyใ button appear.
- Images do not match: Check that the image path in your Markdown (e.g. images/photo.png) matches the path inside the folder you selected.
- Why are there empty boxes?: The Naver editor often does not accept images inside pasted HTML, so we use empty boxes and you paste each image into the right place.
โ Back to converter