Text tool
Your files never leave your device
Check your Network tab and see
Work starts the moment you drop a file
No daily limit, no sign-up, no watermark
Teams migrate blogs, recover posts from WYSIWYG editors, or strip presentation HTML before moving to a Markdown-first stack. You usually care about headings, lists, and links more than about pixel-perfect tables. This tool is for that recovery pass, not for cloning an entire site's DOM.
Turndown walks the HTML tree and emits Markdown equivalents for common tags. Without a GFM table plugin, complex tables often flatten or simplify. Nested div soup from page builders may produce noisy Markdown. Run the result through your linter or a manual edit before committing.
No site crawler, no authentication, no batch ZIP of pages. It does not preserve custom components, inline styles, or script tags as meaningful Markdown. Round-trip back to HTML via the Markdown tool will not recreate the original byte-for-byte.
That is the promise behind every tool here. Files are read in your browser tab, processed there, and discarded when you close it — never uploaded to our servers.
GFM Markdown to HTML with optional sanitized preview. Copy the HTML source; nothing is sent to a server.
Instantly count words, characters, sentences, and paragraphs in your text.
Tabs to spaces, collapse runs of spaces, trim line ends, and optionally collapse extra blank lines.
Compare two texts with live word or line diff, change counts, and copyable +/- output. Inputs are stacked; highlights are unified.
Remove duplicate lines with optional trim and case-insensitive matching; shows how many lines were removed.
UPPERCASE, lowercase, Title Case, sentence case, camelCase, snake_case, kebab-case, and CONSTANT_CASE — in your browser.