No highlighter registered in this preview — plain text + chrome only.
pnpm install
pnpm dev
export function add(a: number, b: number): number {
return a + b;
}
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("Malevich"));
.button {
background: var(--color-accent);
color: var(--color-ink-inverse);
}
# Hello
A paragraph with *emphasis* and **bold**.
Just plain text, no copy button.