Clean Markdown from any web page
Headings, tables, code blocks, images — all converted accurately. Add templates, export with images, and paste anywhere.
What you see is what you get — in Markdown
WebInk uses a readability engine to extract the main content, then converts it to Markdown that preserves heading hierarchy, tables, code blocks, links, and images.
- Headings, tables, code blocks, links, and images — all converted accurately
- Ads, navigation, and sidebars stripped automatically
- Semantic structure preserved from the original page
React Hooks Guide
React hooks let you use state...
| Hook | Purpose |
|---|---|
| useState | State management |
const [count, setCount] = useState(0)# React Hooks Guide React hooks let you use state... | Hook | Purpose | |------|---------| | useState | State management | ```js const [count, setCount] = useState(0) ```
Your output, your format
Create reusable templates with Mustache-style variables. Add frontmatter for Obsidian, Jekyll, or Hugo. Switch between templates from the toolbar.
- Variables like {{title}}, {{url}}, {{markdown}}, and {{toc}}
- Frontmatter support for static site generators and knowledge bases
- Multiple templates — switch instantly from the toolbar
---
title: "{{title}}"
url: {{url}}
author: {{author}}
date: {{publishedTime}}
---
{{markdown}}--- title: "React Hooks Guide" url: https://example.com/react-hooks author: Dan Abramov date: 2025-03-15 --- # React Hooks Guide React hooks let you use state...
Copy. Paste. Done.
One click copies clean Markdown to your clipboard. Paste into Obsidian, Notion, GitHub, VS Code, or any editor — formatting intact.
- Copy clean Markdown to clipboard instantly
- Paste directly into Obsidian, Notion, GitHub, or any editor
- Format preserved — no broken links or missing images
# React Hooks Guide React hooks let you use state and other React features without writing a class. ## useState ```javascript const [count, setCount] = useState(0); ```
Take everything offline
Download your Markdown bundled with all referenced images in a single ZIP file. Image paths are automatically updated in the .md file — fully self-contained.
- Markdown + images bundled in one ZIP download
- Image paths automatically updated in the .md file
- Fully offline-ready — no external dependencies
From Medium to MDN and everything in between
WebInk works on blogs, documentation sites, wikis, forums, and news sites. Content extraction is powered by Defuddle — it strips noise and keeps the article.
- Optimized for thousands of websites out of the box
- Content extraction strips noise and keeps the article
- Works on blogs, docs, wikis, forums, and news sites
# How to Build A guide to modern...
# Array.prototype | Method | Desc...
# React (software) React is a free...
# Show HN: WebInk Convert any page...
# README.md ## Installation...
# How to use React **Answer:** You...
Stop wrestling with messy HTML
Install WebInk and get clean Markdown from any web page. No account required. No data collected.
Add to Chrome