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
Blog posts, newsletters, and internal docs often exist in Markdown long before they go live. Pasting them into an online converter sends your unpublished angles and names through someone else's infrastructure. Here the parse step never leaves the tab, which is the same privacy story as counting words on a confidential brief.
The preview runs through the same HTML sanitizer used for blog content, stripping scripts and unsafe markup so you can eyeball layout without executing arbitrary code. Copy still grabs the full HTML string from the converter, including what you might embed in a template. Preview and source can differ slightly in what is safe to render versus what you paste elsewhere — check your destination's rules.
This is not a CMS, not a static site generator, and not a guarantee of byte-identical output across every Markdown dialect. Custom extensions, raw HTML blocks, and edge-case GFM features may parse differently than your production pipeline. Always verify in your real build.
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.
Convert HTML snippets to Markdown. Complex tables and layout may not round-trip perfectly.
Instantly count words, characters, sentences, and paragraphs in your text.
UPPERCASE, lowercase, Title Case, sentence case, camelCase, snake_case, kebab-case, and CONSTANT_CASE — in your browser.
Compare two texts with live word or line diff, change counts, and copyable +/- output. Inputs are stacked; highlights are unified.
Tabs to spaces, collapse runs of spaces, trim line ends, and optionally collapse extra blank lines.
Generate placeholder paragraphs, sentences, or words with optional classic “Lorem ipsum” opening.