Skip to content

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.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

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.

01Why

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.

MHTpage.mht

MIME-Version: 1.0

Content-Type: multipart/related

<title>Release notes</title>

<h1>Release notes</h1>

<p>Version 2 ships <b>today</b>.</p>

MDpage.md

# Release notes

Version 2 ships **today**.

02Features

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.

local
MHTpage.mht

# 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.

03Fidelity

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
MHTpage.mht
Release notes
kept
kept
body { color: navy; }
dropped
dropped
04FAQ

Saved page questions,
answered.

Everything worth knowing before you drop in an .mht or .mhtml file.

05More

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.

Convert

PowerPoint to Markdown

.pptx

Microsoft PowerPoint slide decks.

Convert

OpenDocument Presentation to Markdown

.odp · .fodp

LibreOffice Impress decks.

Convert

PDF to Markdown

.pdf

Text-based PDF documents.

Convert

EPUB to Markdown

.epub

Open standard e-book publications.

Convert

FictionBook to Markdown

.fb2

FictionBook XML e-books.

Convert

Jupyter to Markdown

.ipynb

Jupyter computational notebooks.

Convert

R Markdown to Markdown

.rmd · .rnw

R Markdown & Sweave reports.

Convert