Markdown Preview

Rendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.

Launch Checklist

Ship with confidence by running through the five-point review.

  • Verify preview URL
  • Run smoke suite
  • Tag the release
pnpm release

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor10 } from "@/components/beste/piece/editor10";

<Editor10
  title="Launch Checklist"
  lede="Ship with confidence by running through the five-point review."
  bullets={[
    "Verify preview URL",
    "Run smoke suite",
    "Tag the release"
  ]}
  code="pnpm release"
/>