Skip to content We're live on Product Hunt today Upvote
install

tool · one of 34 Pro Markdown file

Markdown

How do I save this article as clean Markdown?

Most page-to-Markdown converters give you the navigation, the cookie banner and the footer along with the article. This starts from the same readable root the reader mode uses - <main> and <article> believed first, otherwise the candidate with the most paragraph text and the least link text - and converts what is inside it.

Reach it Press + K on any tab and type markdown. Ctrl + K on Windows and Linux

Takes the article off the page as Markdown, links and all
reads the article, or your selection
writes nothing
sends nothing
links resolved against the document
nesting two spaces per list level
tables through the same walk the Tables tool uses
plan free to convert and copy · Pro saves the file
section#about

What this actually is

When an article has to go into notes, a ticket or a model prompt. It is also a quick structural check: what comes out is the document’s real heading order, with anything decorative gone.

section#asked

Asked about this tool

Why does it sometimes take the wrong part of the page?

Because the page has no <main> or <article> and the scoring picked a different container. Selecting the part you want first and converting the selection is the reliable answer on a page with no semantic root.

Are the links absolute?

Yes. Every URL is resolved against the document, so a relative href in the markup arrives as an address that still works in a file somewhere else.

What happens to code blocks?

A <pre> bypasses the inline renderer entirely, so what is inside it is not re-escaped, re-wrapped or turned into emphasis by a stray underscore.

Why is a result marked stale rather than replaced?

Because only some of the switches need the page walked again. Changing one of those marks the result rather than silently substituting a different reading under the same heading.

how to use markdown

  1. Open Markdown on the article, or select the part you want first.
  2. It starts from the readable root, so navigation, banners and footers stay out of the output.
  3. Read the heading order that came back: that is the document's real structure.
  4. Copy it into notes, a ticket or a prompt. Links are already resolved against the document.