Hi - I built a small browser-based project called MD Studio:
It started as a personal project to help me learn AI-assisted web development and Markdown, which I realised was used a lot in AI tools and software-development workflows.
MD Studio lets you:
- Paste rich text or import HTML and convert it to Markdown
- Edit the converted Markdown
- Preview the rendered result
- Switch between GFM and CommonMark profiles
- Copy, download or print the result
Itβs built with Preact, TypeScript, CodeMirror and Vite. It runs without an account or installation, and document content is processed locally in the browser.
This is a non-commercial learning project. Iβd really appreciate feedback on confusing interface choices, conversion problems, browser issues or anything important I may have overlooked.
Feedback is welcome in the comments or through the public feedback repository:
https://github.com/marc-reid/md-studio-feedback
Thanks!
Top comments (0)