Skip to content

stripdown/stripdown.github.io

Repository files navigation

Stripdown

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/

Stack

  • React 19 + TypeScript + Vite
  • Tailwind CSS v4 + shadcn/ui (Radix primitives)
  • marked for Markdown parsing
  • Vitest for tests

Develop

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/

Deploy

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.

License

MIT

About

Convert Markdown to unstyled rich text for pasting anywhere.

Resources

License

Stars

Watchers

Forks

Contributors