Convert Saved web page to Markdown.
Drop a saved web page, .mht or .mhtml, and get clean Markdown in seconds. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
A whole page,
in one file.
An .mht or .mhtml file wraps a saved page into one MIME archive, markup buried among headers. The converter pulls the title and body HTML out and turns it into plain, readable Markdown.
MIME-Version: 1.0
Content-Type: multipart/related
<title>Release notes</title>
<h1>Release notes</h1>
<p>Version 2 ships <b>today</b>.</p>
# Release notes
Version 2 ships **today**.
Everything you
actually need.
Saved pages in, clean Markdown out, with no server and no account anywhere.
It never leaves your browser
Your .mht is read and parsed on your device. Nothing is uploaded to any server, ever.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
Works offline
Once the page has loaded you can switch off your connection and it keeps converting.
# Release notes
Version 2 ships today.
- read the changelog
Page structure survives
The captured HTML is converted, so the title, headings, lists and links carry across.
Unicode safe
Accents, symbols and non-Latin scripts come through intact as UTF-8.
Free, and unlimited
No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.
What carries
across.
Honest about what comes through, and what doesn't. The converted text follows the captured HTML, while the page presentation is left behind.
Kept
4- Page title as the heading
- Headings, lists and tables from the body
- Links and emphasis
- Reading-order text
Dropped
3- Images
- CSS styles
- Scripts
Saved page questions,
answered.
Everything worth knowing before you drop in an .mht or .mhtml file.
Other converters.
Working with more than saved pages? These convert the same way: privately, in your browser.
Data Interchange to Markdown
.dif
DIF tabular data exchange.
PowerPoint to Markdown
.pptx
Microsoft PowerPoint slide decks.
OpenDocument Presentation to Markdown
.odp · .fodp
LibreOffice Impress decks.
PDF to Markdown
Text-based PDF documents.
EPUB to Markdown
.epub
Open standard e-book publications.
FictionBook to Markdown
.fb2
FictionBook XML e-books.
Jupyter to Markdown
.ipynb
Jupyter computational notebooks.
R Markdown to Markdown
.rmd · .rnw
R Markdown & Sweave reports.