Convert Markdown to unstyled rich text and copy it to your clipboard. The output preserves structure (headings, lists, tables, code, links) but carries no opinionated fonts, colors, or sizes — paste it anywhere and it inherits the destination's styling.
Live: https://stripdown.github.io/
- React 19 + TypeScript + Vite
- Tailwind CSS v4 + shadcn/ui (Radix primitives)
markedfor Markdown parsing- Vitest for tests
pnpm install
pnpm dev # http://localhost:3000
pnpm test # run unit tests
pnpm typecheck # tsc --noEmit
pnpm lint # prettier --check
pnpm build # static site → dist/Pushes to main build and publish to GitHub Pages via .github/workflows/deploy.yml. CI on every push and PR runs lint, typecheck, test, and build via .github/workflows/ci.yml.
MIT