Whitespace Markers

Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.

1function·greet(name)·{
2return·`Hello,·${name}!`;
3}

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

Import & use
import { Editor44 } from "@/components/beste/piece/editor44";

<Editor44 />