How to migrate wordpress / drupal html to markdown
- Step 1Export HTML from your CMS — Use your CMS's export tools to get HTML for each post.
- Step 2Convert — Run the tool on each post — clean Markdown is produced.
- Step 3Add frontmatter — Use the Frontmatter Builder to add SSG-compatible metadata.
Frequently asked questions
Should I run on individual posts or full HTML?+
Per-post is best — extract main content (`<article>` or post body) before converting for cleanest output.
What about post metadata (date, author)?+
Use the Frontmatter Builder after conversion to add SSG-format metadata.
Will images be preserved?+
Image URLs and alt text are preserved. Move the actual image files to your new asset directory.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.