Markdown Studio – a browser-based HTML-to-Markdown converter

작성자

카테고리:

← 피드로
DEV Community · Marc Reid · 2026-07-28 개발(SW)

Marc Reid

Hi – I built a small browser-based project called MD Studio:

mdstudio.dev

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!

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다