Move Markdown into WordPress cleanly
Keep the useful document structure
The converter supports common Markdown and GitHub-style tables, task lists, strikethrough, links, blockquotes, and fenced code. It creates semantic HTML rather than copying editor styles.
The converter removes scripts, editor-only wrappers, inline event handlers, and unsupported styling. The result keeps semantic post elements such as headings, paragraphs, lists, links, quotes, tables, and code when the source provides them.
Know what this converter keeps
Relative image paths point to files that WordPress cannot see until you upload them. Raw scripts, iframes, event handlers, and unsafe markup are removed.
This tool does not connect to your WordPress account or publish anything. It creates a clean starting point, and you stay responsible for the final title, images, links, accessibility, and layout.
Paste clean HTML into WordPress
Open a new WordPress post and switch the editor from Visual to Code. Paste the copied HTML, return to the visual editor, and check the headings, lists, links, tables, and code blocks.
Body content only is checked by default because WordPress already supplies the post wrapper. Uncheck it only when you need a complete article element for another workflow.